Skip to content

Commit d02513c

Browse files
committed
Update Java JRE
1 parent fc1514c commit d02513c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

windows/web/slimevr_web_installer.nsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ Unicode True
4444
!define WV2DLURL "https://go.microsoft.com/fwlink/p/?LinkId=2124703"
4545
!define WV2DLFileZip "MicrosoftEdgeWebView2RuntimeInstaller.exe"
4646
# Define the Java Version Strings and to Check (JRE\relase -> JAVA_RUNTIME_VERSION=)
47-
!define JREVersion "17.0.15+6"
47+
!define JREVersion "17.0.17+10"
4848
!define JREURLType "url" ; "url" or "local"
49-
!define JREDLURL "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.15%2B6/OpenJDK17U-jre_x64_windows_hotspot_17.0.15_6.zip"
50-
!define JREDLFileZip "OpenJDK17U-jre_x64_windows_hotspot_17.0.15_6.zip"
49+
!define JREDLURL "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.17%2B10/OpenJDK17U-jre_x64_windows_hotspot_17.0.17_10.zip"
50+
!define JREDLFileZip "OpenJDK17U-jre_x64_windows_hotspot_17.0.17_10.zip"
5151

5252
!define SVRServerVersion "latest"
5353
!define SVRServerURLType "url" ; "url" or "local"

0 commit comments

Comments
 (0)