This commit is contained in:
Anuken
2020-12-12 13:26:30 -05:00
parent 8fa6b76bf9
commit 768d14088a
4 changed files with 21 additions and 3 deletions

View File

@@ -428,4 +428,11 @@ task icongen(dependsOn: classes, type: JavaExec){
classpath = sourceSets.main.runtimeClasspath
standardInput = System.in
workingDir = "../core/assets-raw"
}
task updateScripts(dependsOn: classes, type: JavaExec){
main = "mindustry.tools.ScriptMainGenerator"
classpath = sourceSets.main.runtimeClasspath
standardInput = System.in
workingDir = "../"
}