Skip to content

Commit

Permalink
[ENHANCE] Enhance the packaging procedure.
Browse files Browse the repository at this point in the history
- Notepad-plus svn trunk @ 764
  • Loading branch information
donho committed May 29, 2011
1 parent f2ea003 commit 067b5a1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
Empty file.
7 changes: 3 additions & 4 deletions PowerEditor/installer/packageAll.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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\
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
Empty file.
Empty file.

0 comments on commit 067b5a1

Please sign in to comment.