Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2012-06-22 01:14:34 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-06-22 01:14:34 +0400
commit2bcb0265049f4417097b9b853b5a5fe733328274 (patch)
treed0c0afad68df04c3eecb9a4d50cfb882cffbe855
parentf35c41da4df42a51e08f22684784cc65d338dfc5 (diff)
installer: fix OutputBaseFilename
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5229 10f7b99b-c216-0410-bff0-8a66a9350fd8
-rw-r--r--distrib/mpc-hc_setup.iss2
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/mpc-hc_setup.iss b/distrib/mpc-hc_setup.iss
index 5252059f7..7810cfbac 100644
--- a/distrib/mpc-hc_setup.iss
+++ b/distrib/mpc-hc_setup.iss
@@ -69,7 +69,7 @@
#if localize != "true" && defined(MPCHC_LITE)
#define OutFilename = OutFilename + ".Lite"
-#else
+#elif localize != "true"
#define OutFilename = OutFilename + ".en"
#endif