updated makensis command

This commit is contained in:
Vladimir.Orlov
2015-05-25 12:46:13 +03:00
parent 7e4560507f
commit a5d80d48b0
+1 -1
View File
@@ -89,7 +89,7 @@ def nsis_installer(pathsToInclude, stringsFile, pathsFile, outNamePrefix, includ
}
ant.unzip(src: "$home/build/tools/NSIS.zip", dest: box)
ant.exec(command: "$box/NSIS/makensis.exe" +
ant.exec(command: "\"${box}/NSIS/makensis.exe\"" +
" /DBASE_DIR=\"$home\"" +
" /DCOMMUNITY_DIR=\"$home/community\"" +
" /DIPR=\"${associateIpr}\"" +