mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
try running nsis on windows
This commit is contained in:
parent
5e22f46636
commit
b2946a3902
@ -224,7 +224,9 @@ task 'win-installer'(dependsOn: ['win32', 'win64']) {
|
||||
}
|
||||
}
|
||||
else {
|
||||
ant.exec(dir: "${installerDir}", executable: "NSISPortable/App/NSIS/makensis.exe") {
|
||||
ant.exec(dir: "${installerDir}", executable: "cmd") {
|
||||
ant.arg(value: "/c")
|
||||
ant.arg(value: "NSISPortable/App/NSIS/makensis.exe")
|
||||
ant.arg(value: "Installer/Installer.nsi")
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user