Crash/visual fixes

This commit is contained in:
Anuken
2019-03-21 15:37:36 -04:00
parent 83a5a82e18
commit 8413046dd8
5 changed files with 7 additions and 9 deletions

View File

@@ -69,12 +69,6 @@ task dist(type: Jar){
}
}
task ttt(){
fileTree("/home/anuke/Projects/Mindustry/deploy/Mindustry-Linux64-4-beta-66/jre/lib/amd64/newst").each{t ->
println("\"jre/lib/amd64/${t.absoluteFile.name}\",")
}
}
//note: call desktop:dist beforehand
task packrCmd(){