From 4aa36273a105e63b83fc933276f3e12a106983fa Mon Sep 17 00:00:00 2001 From: asvitkine Date: Mon, 10 Jul 2023 00:32:14 -0400 Subject: [PATCH] Install4J updates - Switch to Install4J 10.0.6 (latest version) from 9.0.6 - Update bundled JDK version to latest java 11 patch (11.0.19+7) - Switch Mac build to Universal (x86_64 + arm64) to support M1 macs The bump to latest JDK11 patchlevel should also pick up a fix for this UI issue on Mac: https://bugs.openjdk.org/browse/JDK-8251377 --- game-app/game-headed/build.install4j | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/game-app/game-headed/build.install4j b/game-app/game-headed/build.install4j index 5a0950be66c..e5b01623872 100644 --- a/game-app/game-headed/build.install4j +++ b/game-app/game-headed/build.install4j @@ -1,10 +1,10 @@ - + - + - + @@ -17,7 +17,7 @@ - + @@ -32,10 +32,6 @@ - - 554 - 263 - @@ -45,6 +41,10 @@ + + + + @@ -801,15 +801,18 @@ return true; - + - + - + + + +