diff --git a/build.gradle b/build.gradle index 73a7d95c..7f980519 100644 --- a/build.gradle +++ b/build.gradle @@ -292,7 +292,6 @@ task 'win-installer'(dependsOn: 'win64') { exec("jlink --output $jrePath --vm=client --compress=2 --no-header-files --no-man-pages --strip-debug --add-modules " + javaModules.join(","), installerDir) ant.delete(dir: new File(jreDir, "legal")) } - ant.copy(file: "resources/images/icon.ico", todir: "${installerDir}/AppFiles") ant.copy(file: "LICENSE", tofile: "${installerDir}/AppFiles/license.txt") ant.copy(file: "build/libs/${project.name}-win64-${version}.exe", tofile:"${installerDir}/AppFiles/ipscan.exe") if (platform.startsWith('win')) {