mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2025-04-19 00:51:27 -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
|
:: 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 Error: Failed to fetch the latest version. Check your internet connection
|
||||||
|
goto :EOF
|
||||||
)
|
)
|
||||||
|
|
||||||
:: Version comparison
|
:: Version comparison
|
||||||
|
Loading…
Reference in New Issue
Block a user