mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2025-04-10 15:25:39 -07:00
Fix for undefined version
This commit is contained in:
parent
2b16cb4444
commit
ef746381bd
@ -14,6 +14,7 @@ for /f "delims=" %%A in ('powershell -command "(Invoke-WebRequest -Uri \"%GITHUB
|
||||
:: Error handling
|
||||
if not defined GITHUB_VERSION (
|
||||
echo Error: Failed to fetch the latest version. Check your internet connection
|
||||
goto :EOF
|
||||
)
|
||||
|
||||
:: Version comparison
|
||||
@ -33,4 +34,4 @@ if "%LOCAL_VERSION%"=="%GITHUB_VERSION%" (
|
||||
)
|
||||
)
|
||||
if not "%1"=="soft" pause
|
||||
endlocal
|
||||
endlocal
|
||||
|
Loading…
Reference in New Issue
Block a user