[ENHANCE] Enhance the packaging procedure.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@764 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
1b68569f53
commit
095da3d225
0
PowerEditor/installer/minimalist/placeholder
Normal file
0
PowerEditor/installer/minimalist/placeholder
Normal file
@ -64,8 +64,6 @@ copy /Y ..\src\contextMenu.xml .\zipped.package.release\unicode\
|
|||||||
If ErrorLevel 1 PAUSE
|
If ErrorLevel 1 PAUSE
|
||||||
copy /Y ..\src\shortcuts.xml .\zipped.package.release\unicode\
|
copy /Y ..\src\shortcuts.xml .\zipped.package.release\unicode\
|
||||||
If ErrorLevel 1 PAUSE
|
If ErrorLevel 1 PAUSE
|
||||||
xcopy /Y /S ..\bin\user.manual .\zipped.package.release\unicode\user.manual
|
|
||||||
If ErrorLevel 1 PAUSE
|
|
||||||
copy /Y ..\bin\doLocalConf.xml .\zipped.package.release\unicode\
|
copy /Y ..\bin\doLocalConf.xml .\zipped.package.release\unicode\
|
||||||
If ErrorLevel 1 PAUSE
|
If ErrorLevel 1 PAUSE
|
||||||
copy /Y ..\bin\"notepad++.exe" .\zipped.package.release\unicode\
|
copy /Y ..\bin\"notepad++.exe" .\zipped.package.release\unicode\
|
||||||
@ -90,9 +88,10 @@ copy /Y "..\bin\updater\gpup.exe" .\zipped.package.release\unicode\updater\
|
|||||||
If ErrorLevel 1 PAUSE
|
If ErrorLevel 1 PAUSE
|
||||||
|
|
||||||
rem document
|
rem document
|
||||||
xcopy /Y /E /S "..\bin\plugins\doc" .\zipped.package.release\unicode\plugins\doc
|
xcopy /Y /S ..\bin\user.manual\*.* .\zipped.package.release\unicode\user.manual\
|
||||||
If ErrorLevel 1 PAUSE
|
If ErrorLevel 1 PAUSE
|
||||||
|
|
||||||
|
|
||||||
rem localizations
|
rem localizations
|
||||||
copy /Y ".\nativeLang\*.xml" .\zipped.package.release\unicode\localization\
|
copy /Y ".\nativeLang\*.xml" .\zipped.package.release\unicode\localization\
|
||||||
If ErrorLevel 1 PAUSE
|
If ErrorLevel 1 PAUSE
|
||||||
@ -155,7 +154,7 @@ copy /Y "..\bin-ansi\updater\gpup.exe" .\zipped.package.release\ansi\updater\
|
|||||||
If ErrorLevel 1 PAUSE
|
If ErrorLevel 1 PAUSE
|
||||||
|
|
||||||
rem document
|
rem document
|
||||||
xcopy /Y /S ..\bin\user.manual .\zipped.package.release\ansi\user.manual
|
xcopy /Y /S ..\bin\user.manual\*.* .\zipped.package.release\ansi\user.manual\
|
||||||
If ErrorLevel 1 PAUSE
|
If ErrorLevel 1 PAUSE
|
||||||
|
|
||||||
rem files API
|
rem files API
|
||||||
|
Loading…
Reference in New Issue
Block a user