This commit is contained in:
Anuken
2018-01-31 16:05:43 -05:00
parent 3d9ca10db3
commit 1515845d5d
2 changed files with 7 additions and 1 deletions

View File

@@ -149,6 +149,12 @@ task packrZip(type: Zip) {
from "packr-out/"
archiveName appName + "-" + getPlatform() + "-" + getDeployVersion() + ".zip"
destinationDir(file("packr-export"))
doLast{
delete{
delete "null/"
}
}
}
eclipse {