Update check_updates.bat (zip -> rar auto download)

This commit is contained in:
Flowseal 2025-03-11 19:48:14 +03:00 committed by GitHub
parent 99613c9423
commit 0e320fe52d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ if "%LOCAL_VERSION%"=="%GITHUB_VERSION%" (
if /i "!CHOICE!"=="y" (
echo Opening the download page...
start "" "%GITHUB_DOWNLOAD_URL%%GITHUB_VERSION%.zip"
start "" "%GITHUB_DOWNLOAD_URL%%GITHUB_VERSION%.rar"
)
)
if not "%1"=="soft" pause