This commit is contained in:
Anuken
2020-05-18 11:12:07 -04:00
parent dcbe4072dc
commit a12ff624e5
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -296,7 +296,6 @@ task pack(dependsOn: classes){
javaexec{
main = "mindustry.tools.ImagePacker"
classpath = sourceSets.main.runtimeClasspath
standardInput = System.in
workingDir = genFolder
}