From 7df6b5093b82b9fbe7522da4093d2f99fcd76afa Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 16 Feb 2003 21:30:51 +0000 Subject: [PATCH] update --- stepmania/stepmania.nsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index e9920aa108..25d2c1a23a 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-20030211.exe" +OutFile "StepMania-CVS-20030212.exe" ;OutFile "StepMania301.exe" ; Some default compiler settings (uncomment and change at will): @@ -195,6 +195,7 @@ File "NEWS" File "stepmania.exe" File "stepmania.vdi" File "smpackage.exe" +File "Translation.dat" ; What to do here? Better to just delete an existing INI than to ; drop the local one in ... -glenn @@ -308,6 +309,7 @@ Delete "$INSTDIR\NEWS" Delete "$INSTDIR\stepmania.exe" Delete "$INSTDIR\stepmania.ini" Delete "$INSTDIR\smpackage.exe" +Delete "$INSTDIR\Translation.dat" Delete "$INSTDIR\StepMania.vdi" Delete "$INSTDIR\log.txt" Delete "$INSTDIR\info.txt"