diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index fadbbf47d7..0a9c7668a2 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -18,6 +18,10 @@ !define PRODUCT_ID "StepMania CVS" !define PRODUCT_NAME_VER "${PRODUCT_NAME} ${VERSION}" +!system "echo This may take a moment ..." ignore +!system "utils\upx StepMania.exe" ignore +!system "utils\upx smpackage.exe" ignore + Name "${PRODUCT_NAME}" OutFile "StepMania-CVS-20030422.exe" ;OutFile "StepMania301.exe"