@@ -33,7 +33,7 @@ Var /GLOBAL SlimeVRLabelID
3333Var /GLOBAL SlimeVRLabelTxt
3434
3535# Define name of installer
36- Name " SlimeVR v0.15.0-rc.3 Installer"
36+ Name " SlimeVR v0.15.0-rc.4 Installer"
3737
3838SpaceTexts none # Don't show required disk space since we don't know for sure
3939SetOverwrite on
@@ -47,7 +47,7 @@ InstallDir "$PROGRAMFILES\SlimeVR Server" ; $InstDir default value. Defaults to
4747ShowInstDetails show
4848ShowUninstDetails show
4949
50- BrandingText " SlimeVR Installer beta Installer for SlimeVR Server v0.15.0-rc.3 "
50+ BrandingText " SlimeVR Installer beta Installer for SlimeVR Server v0.15.0-rc.4 "
5151
5252# Admin rights are required for:
5353# 1. Removing Start Menu shortcut in Windows 7+
@@ -398,8 +398,8 @@ Section "SlimeVR Server" SEC_SERVER
398398
399399 SetOutPath $INSTDIR
400400
401- DetailPrint " Downloading SlimeVR Server v0.15.0-rc.3 ..."
402- NScurl::http GET " https://github.com/SlimeVR/SlimeVR-Server/releases/download/v0.15.0-rc.3 /SlimeVR-win64.zip" " ${SLIMETEMP}\SlimeVR-win64.zip" /CANCEL /RESUME /END
401+ DetailPrint " Downloading SlimeVR Server v0.15.0-rc.4 ..."
402+ NScurl::http GET " https://github.com/SlimeVR/SlimeVR-Server/releases/download/v0.15.0-rc.4 /SlimeVR-win64.zip" " ${SLIMETEMP}\SlimeVR-win64.zip" /CANCEL /RESUME /END
403403 Pop $0 ; Status text ("OK" for success)
404404 ${If} $0 != " OK"
405405 Abort " Failed to download SlimeVR Server. Reason: $0."
@@ -520,7 +520,7 @@ Section "SlimeVR Feeder App" SEC_FEEDER_APP
520520 SetOutPath $INSTDIR
521521
522522 DetailPrint " Downloading SlimeVR Feeder App..."
523- NScurl::http GET " https://github.com/SlimeVR/SlimeVR-Feeder-App/releases/latest/ download/SlimeVR-Feeder-App-win64.zip" " ${SLIMETEMP}\SlimeVR-Feeder-App-win64.zip" /CANCEL /RESUME /END
523+ NScurl::http GET " https://github.com/SlimeVR/SlimeVR-Feeder-App/releases/download/v0.2.14 /SlimeVR-Feeder-App-win64.zip" " ${SLIMETEMP}\SlimeVR-Feeder-App-win64.zip" /CANCEL /RESUME /END
524524 Pop $0 ; Status text ("OK" for success)
525525 ${If} $0 != " OK"
526526 Abort " Failed to download SlimeVR Feeder App. Reason: $0."
@@ -828,7 +828,7 @@ Section "-un." un.SEC_POST_UNINSTALL
828828 DetailPrint " Done."
829829SectionEnd
830830
831- LangString DESC_SEC_SERVER ${LANG_ENGLISH} " Installs v0.15.0-rc.3 SlimeVR Server."
831+ LangString DESC_SEC_SERVER ${LANG_ENGLISH} " Installs v0.15.0-rc.4 SlimeVR Server."
832832LangString DESC_SEC_JRE ${LANG_ENGLISH} " Downloads and copies Java JRE 17 to installation folder. Required for SlimeVR Server."
833833LangString DESC_SEC_WEBVIEW ${LANG_ENGLISH} " Downloads and install Webview2 if not already installed. Required for the SlimeVR GUI"
834834LangString DESC_SEC_VRDRIVER ${LANG_ENGLISH} " Installs latest SteamVR Driver for SlimeVR."
0 commit comments