From d6c73154042208393560d75dcc8bd417efd5d051 Mon Sep 17 00:00:00 2001 From: canni2007 Date: Thu, 27 Dec 2007 01:39:50 +0000 Subject: - Updated installer source to fit changes made for version 1.0.1a - Added new demo song "Joshua Morin - On the run" - Fixed: required disc size will now be calculated correctly - Fixed: icon appears now in the software uninstall menu of windows git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@746 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Installer/settings/optional/in_song3.nsh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Installer/settings/optional/in_song3.nsh (limited to 'Installer/settings/optional/in_song3.nsh') diff --git a/Installer/settings/optional/in_song3.nsh b/Installer/settings/optional/in_song3.nsh new file mode 100644 index 00000000..844accdd --- /dev/null +++ b/Installer/settings/optional/in_song3.nsh @@ -0,0 +1,11 @@ + + SetOutPath "$INSTDIR\Songs\Joshua Morin - On the run [DEMO]\" + + File "..\Songs\Joshua Morin - On the run [DEMO]\License.txt" + File "..\Songs\Joshua Morin - On the run [DEMO]\Joshua Morin - On the run.txt" + File "..\Songs\Joshua Morin - On the run [DEMO]\Joshua Morin - On the run [BG].jpg" + File "..\Songs\Joshua Morin - On the run [DEMO]\Joshua Morin - On the run [CO].jpg" + File "..\Songs\Joshua Morin - On the run [DEMO]\Joshua Morin - On the run.ogg" + + + SetOutPath "$INSTDIR" \ No newline at end of file -- cgit v1.2.3