fix windows launch

This commit is contained in:
a dinosaur 2023-08-16 14:11:51 +10:00
parent 95499e8be3
commit 6887e65a70

View File

@ -42,5 +42,6 @@ java {
application {
mainClass.set("gay.pizza.CavesOfJolk.Program")
applicationDefaultJvmArgs = listOf("-XstartOnFirstThread") // Make MacOS happy
if (System.getProperty("os.name") == "Mac OS X")
applicationDefaultJvmArgs = listOf("-XstartOnFirstThread") // Make MacOS happy
}