diff options
author | canni2007 <canni2007@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-11-12 12:01:52 +0000 |
---|---|---|
committer | canni2007 <canni2007@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-11-12 12:01:52 +0000 |
commit | 5d84a6888c22a959934afff5f8f80d97ffeb7d21 (patch) | |
tree | fe7ec6d62bcc130c779655e1fe523f87ebbf90d5 /Game | |
parent | 47aa66870ed6815c6564db008678fad866f398a8 (diff) | |
download | usdx-5d84a6888c22a959934afff5f8f80d97ffeb7d21.tar.gz usdx-5d84a6888c22a959934afff5f8f80d97ffeb7d21.tar.xz usdx-5d84a6888c22a959934afff5f8f80d97ffeb7d21.zip |
Changed bamboo build to support USdx U3 Port.
Added source for UltraStar Deluxe U3 Portable.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@605 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game')
-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 |