This commit is contained in:
Anuken
2019-09-21 16:44:47 -04:00
parent 5955ecefd3
commit d062d8081a
9 changed files with 30 additions and 14 deletions

View File

@@ -30,7 +30,7 @@ allprojects{
arcHash = null
debugged = {
return new File(projectDir.parent, '../debug').exists() && !project.hasProperty("release") && project.hasProperty("args")
return new File(projectDir.parent, '../Mindustry-Debug').exists() && !project.hasProperty("release") && project.hasProperty("args")
}
localArc = {