diff options
Diffstat (limited to 'Game/Code')
-rw-r--r-- | Game/Code/bamboo-build-win-delphi.bat | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Game/Code/bamboo-build-win-delphi.bat b/Game/Code/bamboo-build-win-delphi.bat index bcd13cfe..98cffe41 100644 --- a/Game/Code/bamboo-build-win-delphi.bat +++ b/Game/Code/bamboo-build-win-delphi.bat @@ -17,4 +17,8 @@ upx --force -9 *.exe cd Installer
"C:\Program Files\NSIS\makeNSIS.exe" UltraStarDeluxe.nsi
-cd ..\Game\Code
\ No newline at end of file +cd u3portable
+7za.exe a -tzip Files.zip "Manifest\*" "Data\*" "Host\*"
+ren "Files.zip" "UltraStar Deluxe Portable.u3p"
+
+cd ..\..\Game\Code
\ No newline at end of file |