From 64b92a05b8bb61eb8f9eb17db32d5105ffd05563 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 27 Mar 2003 07:37:07 +0000 Subject: [PATCH] don't install Music/ --- stepmania/stepmania.nsi | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index 6e43285d04..92c6ee11f1 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -19,7 +19,7 @@ !define PRODUCT_NAME_VER "${PRODUCT_NAME} ${VERSION}" Name "${PRODUCT_NAME}" -OutFile "StepMania-CVS-20030315.exe" +OutFile "StepMania-CVS-20030324.exe" ;OutFile "StepMania301.exe" ; Some default compiler settings (uncomment and change at will): @@ -125,10 +125,6 @@ CreateDirectory "$INSTDIR\Courses" SetOutPath "$INSTDIR\Courses" File "Courses\instructions.txt" -CreateDirectory "$INSTDIR\Music" -SetOutPath "$INSTDIR\Music" -File "Music\instructions.txt" - RMDir /r "$INSTDIR\NoteSkins\dance\MAX" RMDir /r "$INSTDIR\NoteSkins\dance\default" RMDir /r "$INSTDIR\NoteSkins\dance\flat" @@ -262,9 +258,6 @@ RMDir /r "$INSTDIR\Cache" Delete "$INSTDIR\Courses\instructions.txt" RMDir "$INSTDIR\Courses" -Delete "$INSTDIR\Music\instructions.txt" -RMDir "$INSTDIR\Music" - Delete "$INSTDIR\NoteSkins\instructions.txt" RMDir /r "$INSTDIR\NoteSkins\dance\default" RMDir /r "$INSTDIR\NoteSkins\dance\flat"