Hotfix when failed fetch version follows the service menu

This commit is contained in:
Flowseal 2025-05-01 18:11:13 +03:00
parent 2785c4616f
commit 33f30fa00c

View File

@ -242,8 +242,9 @@ for /f "delims=" %%A in ('powershell -command "(Invoke-WebRequest -Uri \"%GITHUB
:: Error handling :: Error handling
if not defined GITHUB_VERSION ( if not defined GITHUB_VERSION (
echo Error: Failed to fetch the latest version. Check your internet connection echo Warning: failed to fetch the latest version. Check your internet connection. This warning does not affect the operation of zapret
pause pause
if "%1"=="soft" exit /b
goto menu goto menu
) )