From e31daec60e6a2a5d52d07137bd38be5a493b1353 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 12 Jun 2006 11:41:44 +0000 Subject: [PATCH] fix temp.inc --- stepmania/stepmania.nsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index 4aafb507d2..1f528ed559 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -136,7 +136,8 @@ ;!insertmacro MUI_LANGUAGE "Kurdish" ; generate, then include installer strings - !system "Program\${PRODUCT_FAMILY}.exe --ExportNsisStrings" + !delfile "nsis_strings_temp.inc" + !system '"Program\${PRODUCT_FAMILY}.exe" --ExportNsisStrings' !include "nsis_strings_temp.inc" ;--------------------------------