From a7eae8d0670e87d7ef34ab9bbcd8a65e89f85ef2 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 6 Mar 2003 23:26:20 +0000 Subject: [PATCH] remove the newer prefs INIs, not just StepMania.ini --- stepmania/stepmania.nsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index 78f8b52e9f..eaef7312cf 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-20030303.exe" +OutFile "StepMania-CVS-20030306.exe" ;OutFile "StepMania301.exe" ; Some default compiler settings (uncomment and change at will): @@ -308,6 +308,8 @@ Delete "$INSTDIR\README-FIRST.html" Delete "$INSTDIR\NEWS" Delete "$INSTDIR\stepmania.exe" Delete "$INSTDIR\stepmania.ini" +Delete "$INSTDIR\Keymaps.ini" +Delete "$INSTDIR\GamePrefs.ini" Delete "$INSTDIR\smpackage.exe" Delete "$INSTDIR\Translation.dat" Delete "$INSTDIR\StepMania.vdi"