[Gpg4win-devel] [PATCH 3/4] Fix syntax error on installer.nsi

Ángel González angel at pgp.16bits.net
Tue Jun 21 00:01:02 CEST 2016


When the comment was on the same line as the !endif

make-msi.pl failed with:
 installer.nsi:207: syntax error
---
 src/installer.nsi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/installer.nsi b/src/installer.nsi
index 59ec917..cc9b798 100644
--- a/src/installer.nsi
+++ b/src/installer.nsi
@@ -204,7 +204,9 @@ LangString T_RunKleopatra ${LANG_ENGLISH} \
 
 LangString T_RunGPA ${LANG_ENGLISH} \
    "Run GPA"
-!endif # SOURCES
+
+# /SOURCES
+!endif
 
 # Uninstaller pages.
 
-- 
2.8.3



More information about the Gpg4win-devel mailing list