From 5d84a6888c22a959934afff5f8f80d97ffeb7d21 Mon Sep 17 00:00:00 2001 From: canni2007 Date: Mon, 12 Nov 2007 12:01:52 +0000 Subject: 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 --- Game/Code/bamboo-build-win-delphi.bat | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Game/Code') 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 -- cgit v1.2.3