aboutsummaryrefslogtreecommitdiffstats
path: root/Installer
diff options
context:
space:
mode:
authorjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-10-09 11:50:36 +0000
committerjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-10-09 11:50:36 +0000
commitb607ad1e90500f26c0bc71b1ffba77f701d91183 (patch)
tree0e195e136436f672fb238ffaf9c590d6c33674c9 /Installer
parent4aaefb9e382f6d40b4ec1386d55ab3633afd6a35 (diff)
downloadusdx-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
Diffstat (limited to 'Installer')
-rw-r--r--Installer/UltraStarDeluxe.nsi4
1 files changed, 2 insertions, 2 deletions
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"