mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
print contents of directory to see why exec doesn't work
This commit is contained in:
parent
129d5890dd
commit
2219b57717
@ -296,7 +296,9 @@ task 'win-installer'(dependsOn: ['win32', 'win64']) {
|
||||
exec("wine $nsis/makensis.exe Installer/Installer.nsi", installerDir)
|
||||
}
|
||||
else {
|
||||
exec(new String[] {"$nsis\\makensis.exe", "Installer\\Installer.nsi"}, installerDir)
|
||||
println(exec("cmd /c dir"), installerDir, false)
|
||||
println(exec("cmd /c dir $nsis"), installerDir, false)
|
||||
exec("$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