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

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