delete temp files

This commit is contained in:
Anton Keks 2018-12-28 13:44:22 +02:00
parent 4a4f84d715
commit dade34b2d6

View File

@ -151,6 +151,8 @@ def launch4j(def platform) {
ant.replacefilter(token: "VERSION", value: version)
}
ant.launch4j(configFile: configFile)
ant.delete(file: configFile)
ant.delete(file: "${project.name}-${platform}-${version}.jar")
}
def deb(def platform, def arch) {