mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
try starting nsis with cmd
This commit is contained in:
parent
d065e07032
commit
031fb1fc91
@ -296,9 +296,7 @@ task 'win-installer'(dependsOn: ['win32', 'win64']) {
|
||||
exec("wine $nsis/makensis.exe Installer/Installer.nsi", installerDir)
|
||||
}
|
||||
else {
|
||||
println(exec("cmd /c dir", installerDir, false))
|
||||
println(exec("cmd /c dir $nsis", installerDir, false))
|
||||
exec("$nsis\\makensis.exe Installer\\Installer.nsi", installerDir)
|
||||
exec("cmd /c $nsis\\makensis.exe Installer\\Installer.nsi", installerDir)
|
||||
}
|
||||
ant.move(file: "${installerDir}/ipscan-${version}-setup.exe", todir: "build/libs")
|
||||
exec("git checkout ${installerDir}/InstallerConfig.nsh")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user