From 7e643d73788fd0799cc970601bc75592e9610039 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Sat, 27 Aug 2016 01:10:21 +0200 Subject: [PATCH] koch nsis: don't hardcode the path to NSIS --- compiler/installer.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/installer.ini b/compiler/installer.ini index b802f08f1d..4fc03dd1d0 100644 --- a/compiler/installer.ini +++ b/compiler/installer.ini @@ -116,7 +116,6 @@ path = r"c:\Program Files (x86)\Inno Setup 5\iscc.exe" flags = "/Q" [NSIS] -path = r"c:\Program Files (x86)\NSIS\makensis.exe" flags = "/V0" [C_Compiler]