[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:
Don Ho 2011-05-29 17:01:55 +00:00
parent 1b68569f53
commit 095da3d225
4 changed files with 3 additions and 4 deletions

View File

@ -64,8 +64,6 @@ copy /Y ..\src\contextMenu.xml .\zipped.package.release\unicode\
If ErrorLevel 1 PAUSE
copy /Y ..\src\shortcuts.xml .\zipped.package.release\unicode\
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\
If ErrorLevel 1 PAUSE
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
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
rem localizations
copy /Y ".\nativeLang\*.xml" .\zipped.package.release\unicode\localization\
If ErrorLevel 1 PAUSE
@ -155,7 +154,7 @@ copy /Y "..\bin-ansi\updater\gpup.exe" .\zipped.package.release\ansi\updater\
If ErrorLevel 1 PAUSE
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
rem files API