mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
updated makensis command
This commit is contained in:
@@ -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}\"" +
|
||||
|
||||
Reference in New Issue
Block a user