windows: Point windows users at adoptopenjdk.net by default
authorKeith Packard <keithp@keithp.com>
Mon, 31 Aug 2020 22:07:13 +0000 (15:07 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 26 Sep 2020 03:07:39 +0000 (20:07 -0700)
This gives them a free software java which works fine with altosui.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/Instdrv/NSIS/Includes/java.nsh

index 8e0e208aea668333b2c70b7bacf04ab474f25d99..c7ec9ca9d08d70b2b129753efb6b6a3688048207 100644 (file)
@@ -150,7 +150,7 @@ var quit
 var skip
 
 Function GetJRE
-  ${OpenURL} "java.com"
+  ${OpenURL} "adoptopenjdk.net"
   MessageBox MB_OK "Click OK to continue after completing the Java Install."
 FunctionEnd