From ff3eed0aa1ad6156c8390544a6c1d5f094bc0929 Mon Sep 17 00:00:00 2001 From: Eric Gustafson Date: Sat, 28 Jul 2007 01:24:10 +0000 Subject: [PATCH] Do not UPX .dll files; Should fix crash with FFMpeg --- stepmania/stepmania.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index 2040b24abc..4a7efadbdf 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -19,7 +19,7 @@ ;General !system "echo This may take a moment ..." ignore - !system "utils\upx Program\*.exe Program\*.dll" ignore + !system "utils\upx Program\*.exe" ignore Name "${PRODUCT_DISPLAY}" OutFile "${PRODUCT_DISPLAY}.exe"