diff --git a/desktop/build-linux-64-steam.json b/desktop/build-linux-64-steam.json index 907d00ff..59824dc8 100644 --- a/desktop/build-linux-64-steam.json +++ b/desktop/build-linux-64-steam.json @@ -1,7 +1,7 @@ { "platform": "linux64", "vmargs": ["-Duse-repl=false", "-Dui_scale=1.0", "-Dclojure.compiler.direct-linking=true", "-Dis-desktop=true", "-Dplatform=desktop"], - "jdk": "./jvms/jdk-8u232-ojdkbuild-linux-x64.zip", + "jdk": "./jvms/corretto11-linux.tar.gz", "executable": "Tick's Tales", "classpath": ["target/advent-standalone.jar"], "mainclass": "advent.core.desktop_launcher", diff --git a/desktop/build-linux-64.json b/desktop/build-linux-64.json index 25536b2f..9d3f601b 100644 --- a/desktop/build-linux-64.json +++ b/desktop/build-linux-64.json @@ -1,7 +1,7 @@ { "platform": "linux64", "vmargs": ["-Duse-repl=false", "-Dui_scale=1.0", "-Dno-steam=true", "-Dclojure.compiler.direct-linking=true", "-Dis-desktop=true", "-Dplatform=desktop"], - "jdk": "./jvms/jdk-8u232-ojdkbuild-linux-x64.zip", + "jdk": "./jvms/corretto11-linux.tar.gz", "executable": "Tick's Tales", "classpath": ["target/advent-standalone.jar"], "mainclass": "advent.core.desktop_launcher", diff --git a/desktop/build-osx-steam.json b/desktop/build-osx-steam.json index 5009ca56..102dc0df 100644 --- a/desktop/build-osx-steam.json +++ b/desktop/build-osx-steam.json @@ -1,6 +1,6 @@ { "platform": "mac", - "jdk": "./jvms/mac.gz", + "jdk": "./jvms/corretto11-macos.tar.gz", "executable": "Tick's Tales", "vmargs": ["-Duse-repl=false", "-Dui_scale=1.0", "-Dclojure.compiler.direct-linking=true", "-Dis-desktop=true", "-Dplatform=desktop", "-XstartOnFirstThread"], "classpath": ["target/advent-standalone.jar"], diff --git a/desktop/build-osx.json b/desktop/build-osx.json index dc3a9b26..201321b7 100644 --- a/desktop/build-osx.json +++ b/desktop/build-osx.json @@ -1,6 +1,6 @@ { "platform": "mac", - "jdk": "./jvms/mac.gz", + "jdk": "./jvms/corretto11-macos.tar.gz", "executable": "Tick's Tales", "vmargs": ["-Duse-repl=false", "-Dui_scale=1.0", "-Dno-steam=true", "-Dclojure.compiler.direct-linking=true", "-Dis-desktop=true", "-Dplatform=desktop", "-XstartOnFirstThread"], "classpath": ["target/advent-standalone.jar"], diff --git a/desktop/build-windows-steam.json b/desktop/build-windows-steam.json index f079926b..b522b71a 100644 --- a/desktop/build-windows-steam.json +++ b/desktop/build-windows-steam.json @@ -1,7 +1,7 @@ { "platform": "windows64", "vmargs": ["-Duse-repl=false", "-Dui_scale=1.0", "-Dclojure.compiler.direct-linking=true", "-Dis-desktop=true", "-Dplatform=desktop"], - "jdk": "./jvms/windows64.zip", + "jdk": "./jvms/corretto11-windows.zip", "executable": "TicksTales", "mainclass": "advent.core.desktop_launcher", "resources": ["steam_appid.txt", "resources/icon"], diff --git a/desktop/build-windows.json b/desktop/build-windows.json index 62d0b11f..bf96a04f 100644 --- a/desktop/build-windows.json +++ b/desktop/build-windows.json @@ -1,7 +1,7 @@ { "platform": "windows64", "vmargs": ["-Duse-repl=false", "-Dui_scale=1.0", "-Dno-steam=true", "-Dclojure.compiler.direct-linking=true", "-Dis-desktop=true", "-Dplatform=desktop"], - "jdk": "./jvms/windows64.zip", + "jdk": "./jvms/corretto11-windows.zip", "executable": "TicksTales", "mainclass": "advent.core.desktop_launcher", "resources": ["steam_appid.txt", "resources/icon"],