File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ Unicode True
4545!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"
4646!define JREDLFileZip " OpenJDK17U-jre_x64_windows_hotspot_17.0.17_10.zip"
4747
48- !define SVRServerVersion " latest "
48+ !define SVRServerVersion " v19.0.0-rc.1 "
4949!define SVRServerURLType " url" ; "url" or "local"
50- !define SVRServerDLURL " https://github.com/SlimeVR/SlimeVR-Server/releases/latest/ download/SlimeVR-win64.zip"
50+ !define SVRServerDLURL " https://github.com/SlimeVR/SlimeVR-Server/releases/download/v19.0.0-rc.1 /SlimeVR-win64.zip"
5151!define SVRServerDLFileZip " SlimeVR-Server-latest.zip"
5252
5353!define SVRDriverVersion " latest"
@@ -304,7 +304,7 @@ Function endPageLeave
304304
305305 ${If} $3 = 1
306306 # use explorer to open it so it inherits the user token and starts as normal user
307- Exec ' "$WINDIR\explorer.exe " "$INSTDIR\SlimeVR.exe"'
307+ ShellExecAsUser::ShellExec " open " " $INSTDIR\SlimeVR.exe"
308308 ${EndIf}
309309
310310FunctionEnd
You can’t perform that action at this time.
0 commit comments