Bundle planet description fix

This commit is contained in:
Anuken
2022-10-18 12:56:07 -04:00
parent 64d5805bc2
commit 769c0782f4
31 changed files with 64 additions and 60 deletions

View File

@@ -29,6 +29,10 @@ task run(dependsOn: classes, type: JavaExec){
jvmArgs((List<String>)Eval.me(project.getProperties()["jvmArgs"]))
}
if(project.hasProperty("dataDir")){
environment("MINDUSTRY_DATA_DIR", project.getProperties()["dataDir"])
}
if(args.contains("debug")){
mainClass = "mindustry.debug.DebugLauncher"
}