Skip to content

Commit

Permalink
installer with new gui
Browse files Browse the repository at this point in the history
  • Loading branch information
loucass003 committed Apr 23, 2022
1 parent 91c6e9a commit cb6a90b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion windows/web/run.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
setlocal enableextensions
cd /d "%~dp0"
start slimevr-ui.exe
jre\bin\java.exe -Xmx512M -jar slimevr.jar
jre\bin\java.exe -Xmx512M -jar slimevr.jar --no-gui
if %errorlevel% NEQ 0 (
pause
)
Binary file modified windows/web/slimevr_web_installer.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion windows/web/slimevr_web_installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ Section "SlimeVR Server" SEC_SERVER
SetOutPath $INSTDIR

DetailPrint "Downloading SlimeVR Server..."
NScurl::http GET "https://github.com/SlimeVR/SlimeVR-Server/releases/latest/download/SlimeVR.zip" "$TEMP\SlimeVR.zip" /CANCEL /RESUME /END
NScurl::http GET "https://github.com/Futurabeast/SlimeVR-Server/releases/download/0.0.8/SlimeVR.zip" "$TEMP\SlimeVR.zip" /CANCEL /RESUME /END
Pop $0 ; Status text ("OK" for success)
${If} $0 != "OK"
Abort "Failed to download SlimeVR Server. Reason: $0."
Expand Down

0 comments on commit cb6a90b

Please sign in to comment.