mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2025-05-22 14:31:44 -07:00
Hotfix when failed fetch version follows the service menu
This commit is contained in:
parent
2785c4616f
commit
33f30fa00c
@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user