From 5a6cfb7aec97b6b7840dee6598b03f69bd8f41fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sun, 22 Nov 2015 19:37:21 +0100 Subject: [PATCH] NSIS installer fix --- installer.nsi | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/installer.nsi b/installer.nsi index 939849b34..5f5a426cb 100644 --- a/installer.nsi +++ b/installer.nsi @@ -409,13 +409,11 @@ var SMDir !macro LANG_LOAD LANGLOAD !insertmacro MUI_LANGUAGE "${LANGLOAD}" - ${!IfExist} "nsis_locales\${LANGLOAD}.nsh" - !verbose push - !verbose 0 - !include "nsis_locales\${LANGLOAD}.nsh" - !verbose pop - !undef LANG - !endif + !verbose push + !verbose 0 + !include "nsis_locales/${LANGLOAD}.nsh" + !verbose pop + !undef LANG !macroend !macro LANG_STRING NAME VALUE