This repository was archived by the owner on Mar 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ if not exist "%MURSE_PATH%murse.exe" (
8181 md " murse"
8282 cd /D " murse"
8383 :: For windows 7 backwards compatibility...
84- powershell -Command " [System.Net.ServicePointManager]::ServerCertificateValidationCallback = {$true}; [Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12; (New-Object Net.WebClient).DownloadFile('https://git.sr.ht/~welt /murse/refs/download/v0.3.2 /murse-v0.3.2 -windows-386 .zip', 'murse.zip')"
84+ powershell -Command " [System.Net.ServicePointManager]::ServerCertificateValidationCallback = {$true}; [Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12; (New-Object Net.WebClient).DownloadFile('https://git.sr.ht/~webb /murse/refs/download/v0.4.0 /murse-v0.4.0 -windows-amd64 .zip', 'murse.zip')"
8585 Call :UnZipFile " %MURSE_PATH% " " %MURSE_PATH% murse.zip"
8686)
8787goto verify
@@ -132,7 +132,7 @@ for /F %%a in ('echo prompt $E ^| cmd') do (
132132SETLOCAL EnableDelayedExpansion
133133
134134:: TODO: Possibly let them input threads, but honestly this should be fine for now...
135- murse.exe upgrade " %STEAM_REG_PATH% \open_fortress" -1
135+ murse.exe upgrade " %STEAM_REG_PATH% \open_fortress"
136136if %ERRORLEVEL% EQU 1 (
137137 echo Something went wrong...
138138 echo %ESC% [101mError Code 4XX means you are temporarily ^ (or permanently^ ) restricted from accessing the server. Try again in 20 minutes.%ESC% [0m
@@ -142,7 +142,7 @@ if %ERRORLEVEL% EQU 1 (
142142echo Validating just in case...
143143echo This will take a while...
144144
145- murse.exe verify " %STEAM_REG_PATH% \open_fortress" -1 - r
145+ murse.exe verify " %STEAM_REG_PATH% \open_fortress" -r
146146:: > nul 2>&1
147147if %ERRORLEVEL% EQU 1 (
148148 echo Something went wrong...
You can’t perform that action at this time.
0 commit comments