Skip to content

Commit a67f3d0

Browse files
authored
Update to v0.15.0-rc.4
Changing Beta Installer Version: Using Server v0.15.0-rc.4 Using Feeder V0.2.14
1 parent 565fa94 commit a67f3d0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

windows/web/slimevr_web_installer.nsi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Var /GLOBAL SlimeVRLabelID
3333
Var /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

3838
SpaceTexts none # Don't show required disk space since we don't know for sure
3939
SetOverwrite on
@@ -47,7 +47,7 @@ InstallDir "$PROGRAMFILES\SlimeVR Server" ; $InstDir default value. Defaults to
4747
ShowInstDetails show
4848
ShowUninstDetails 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."
829829
SectionEnd
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."
832832
LangString DESC_SEC_JRE ${LANG_ENGLISH} "Downloads and copies Java JRE 17 to installation folder. Required for SlimeVR Server."
833833
LangString DESC_SEC_WEBVIEW ${LANG_ENGLISH} "Downloads and install Webview2 if not already installed. Required for the SlimeVR GUI"
834834
LangString DESC_SEC_VRDRIVER ${LANG_ENGLISH} "Installs latest SteamVR Driver for SlimeVR."

0 commit comments

Comments
 (0)