Changed OGGs to MP3s, fixed desktop version being unable to start

This commit is contained in:
Anuken
2018-04-27 22:44:21 -04:00
parent d8d8552176
commit 8a13482c38
62 changed files with 8 additions and 6 deletions
+3 -1
View File
@@ -56,7 +56,9 @@ task run(dependsOn: classes, type: JavaExec) {
classpath = sourceSets.main.runtimeClasspath
standardInput = System.in
workingDir = project.assetsDir
jvmArgs "-XstartOnFirstThread"
if(System.getProperty("os.name").toLowerCase().contains("mac")){
jvmArgs "-XstartOnFirstThread"
}
ignoreExitValue = true
if (project.hasProperty("appArgs")) {
args Eval.me(appArgs)