This commit is contained in:
Anuken
2021-06-05 08:57:25 -04:00
parent 7243ae4e95
commit 151c4f13df
4 changed files with 12 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
sourceSets.main.java.srcDirs = ["src/" ]
sourceSets.main.java.srcDirs = ["src/"]
project.ext.mainClassName = "mindustry.desktop.DesktopLauncher"
project.ext.assetsDir = new File("../core/assets")
@@ -70,9 +70,9 @@ task steamtest(dependsOn: dist){
}
//required templates:
//- Windows64
//- Windows32 (not provided by Packr!)
//- Windows32: Not provided by Packr! This uses Java 8
//required JDKs:
//- Windows64
//- Linux64
//- Mac
platforms.each{ platform ->