Skip to content

Commit

Permalink
Fix 'JavaFX is not installed' when multiple JREs installed on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
airsquared committed Mar 23, 2019
1 parent 9f6af74 commit 604efc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ launch4j { // Windows only, don't use this, use createWindowsInstaller
copyright = "Copyright (c) 2019 airsquared"
downloadUrl = "https://java.com/inc/BrowserRedirect1.jsp"
icon = "${projectDir}/icons/blob_emoji.ico"
jreMinVersion = "1.8.0"
jreMaxVersion = "1.8.0_999"
}

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

0 comments on commit 604efc3

Please sign in to comment.