diff options
author | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-10-09 11:50:36 +0000 |
---|---|---|
committer | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-10-09 11:50:36 +0000 |
commit | b607ad1e90500f26c0bc71b1ffba77f701d91183 (patch) | |
tree | 0e195e136436f672fb238ffaf9c590d6c33674c9 | |
parent | 4aaefb9e382f6d40b4ec1386d55ab3633afd6a35 (diff) | |
download | usdx-b607ad1e90500f26c0bc71b1ffba77f701d91183.tar.gz usdx-b607ad1e90500f26c0bc71b1ffba77f701d91183.tar.xz usdx-b607ad1e90500f26c0bc71b1ffba77f701d91183.zip |
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.01@485 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r-- | Game/Code/bamboo-build-win-delphi.bat | 10 | ||||
-rw-r--r-- | Installer/UltraStarDeluxe.nsi | 4 | ||||
-rw-r--r-- | Skins/Deluxe/[party]scoreDecoration.jpg | bin | 0 -> 6179 bytes | |||
-rw-r--r-- | Skins/Deluxe/[party]winDecoration1.jpg | bin | 0 -> 4331 bytes |
4 files changed, 12 insertions, 2 deletions
diff --git a/Game/Code/bamboo-build-win-delphi.bat b/Game/Code/bamboo-build-win-delphi.bat index 794f385f..572d9193 100644 --- a/Game/Code/bamboo-build-win-delphi.bat +++ b/Game/Code/bamboo-build-win-delphi.bat @@ -1 +1,11 @@ "C:\Program Files\Borland\BDS\4.0\Bin\dcc32.exe" -U"lib\JEDI-SDLv1.0\SDL\Pas" -O"lib\JEDI-SDLv1.0\SDL\Pas" -I"lib\JEDI-SDLv1.0\SDL\Pas" -R"lib\JEDI-SDLv1.0\SDL\Pas" UltraStar.dpr
+cp UltraStar.exe ..\..\
+
+cd ..\..\
+
+cp InstallerDependencies\* .
+
+cd Installer
+"C:\Program Files\NSIS\makeNSIS.exe" UltraStarDeluxe.nsi
+
+cd ..\Game\Code
\ No newline at end of file diff --git a/Installer/UltraStarDeluxe.nsi b/Installer/UltraStarDeluxe.nsi index af48c119..ee257e66 100644 --- a/Installer/UltraStarDeluxe.nsi +++ b/Installer/UltraStarDeluxe.nsi @@ -172,7 +172,7 @@ Section "MainSection" SEC01 SetOutPath "$INSTDIR\Skins\Deluxe"
File "..\Skins\Deluxe\Blue.ini"
File "..\Skins\Deluxe\Summer.ini"
- File "..\Skins\Deluxe\Thumbs.db"
+
File "..\Skins\Deluxe\Winter.ini"
File "..\Skins\Deluxe\[bg-load]blue.jpg"
File "..\Skins\Deluxe\[bg-load]summer.jpg"
@@ -413,7 +413,7 @@ Section Uninstall Delete "$INSTDIR\Skins\Deluxe\[bg-load]summer.jpg"
Delete "$INSTDIR\Skins\Deluxe\[bg-load]blue.jpg"
Delete "$INSTDIR\Skins\Deluxe\Winter.ini"
- Delete "$INSTDIR\Skins\Deluxe\Thumbs.db"
+
Delete "$INSTDIR\Skins\Deluxe\Summer.ini"
Delete "$INSTDIR\Skins\Deluxe\Blue.ini"
Delete "$INSTDIR\Skins\Classic\[stat]mainBG3.jpg"
diff --git a/Skins/Deluxe/[party]scoreDecoration.jpg b/Skins/Deluxe/[party]scoreDecoration.jpg Binary files differnew file mode 100644 index 00000000..49204e19 --- /dev/null +++ b/Skins/Deluxe/[party]scoreDecoration.jpg diff --git a/Skins/Deluxe/[party]winDecoration1.jpg b/Skins/Deluxe/[party]winDecoration1.jpg Binary files differnew file mode 100644 index 00000000..0277f529 --- /dev/null +++ b/Skins/Deluxe/[party]winDecoration1.jpg |