diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-11-23 18:44:55 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-11-23 18:44:55 +0000 |
commit | 60089a6d6469e7ee1a845529eec1539fadcbef93 (patch) | |
tree | 98ecde53fb9f71d5393da1de820e0064fb7fe851 /Game/Code | |
parent | 37f95ec89bfabb61616a996785a19400c8222395 (diff) | |
download | usdx-60089a6d6469e7ee1a845529eec1539fadcbef93.tar.gz usdx-60089a6d6469e7ee1a845529eec1539fadcbef93.tar.xz usdx-60089a6d6469e7ee1a845529eec1539fadcbef93.zip |
Changelog updated
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@640 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code')
-rw-r--r-- | Game/Code/bamboo-build-win-delphi.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/bamboo-build-win-delphi.bat b/Game/Code/bamboo-build-win-delphi.bat index 98cffe41..bbde59a3 100644 --- a/Game/Code/bamboo-build-win-delphi.bat +++ b/Game/Code/bamboo-build-win-delphi.bat @@ -15,7 +15,7 @@ cd ..\ upx --force -9 *.exe
cd Installer
-"C:\Program Files\NSIS\makeNSIS.exe" UltraStarDeluxe.nsi
+"E:\Programme\NSIS\makeNSIS.exe" UltraStarDeluxe.nsi
cd u3portable
7za.exe a -tzip Files.zip "Manifest\*" "Data\*" "Host\*"
|