diff --git a/build.gradle b/build.gradle index 5e24cfb6..5eb56370 100644 --- a/build.gradle +++ b/build.gradle @@ -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")