Skip to content

Commit 604efc3

Browse files
committed
Fix 'JavaFX is not installed' when multiple JREs installed on Windows
1 parent 9f6af74 commit 604efc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ launch4j { // Windows only, don't use this, use createWindowsInstaller
7474
copyright = "Copyright (c) 2019 airsquared"
7575
downloadUrl = "https://java.com/inc/BrowserRedirect1.jsp"
7676
icon = "${projectDir}/icons/blob_emoji.ico"
77+
jreMinVersion = "1.8.0"
78+
jreMaxVersion = "1.8.0_999"
7779
}
7880

7981
// if your platform isn't Windows, "wine" is required to run this task

0 commit comments

Comments
 (0)