mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
delete temp files
This commit is contained in:
parent
4a4f84d715
commit
dade34b2d6
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user