From 261c64752320f7ced4638dff55beefbb174236ce Mon Sep 17 00:00:00 2001 From: dazedanon Date: Wed, 17 Dec 2025 17:49:22 -0600 Subject: [PATCH] Note that download may take a while --- gameupdate/patch.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gameupdate/patch.bat b/gameupdate/patch.bat index f7a78cd..1ab1799 100644 --- a/gameupdate/patch.bat +++ b/gameupdate/patch.bat @@ -169,7 +169,7 @@ REM Escape single quotes in paths set "escaped_root=%ROOT_DIR:'=''%" REM Download zip file to root -echo "Downloading latest patch..." +echo "Downloading latest patch (this may take a while)..." !_my_shell! -Command "Set-Location -LiteralPath '%escaped_root%'; $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri 'https://gitgud.io/%username%/%repo%/-/archive/%branch%/%repo%-%branch%.zip' -OutFile 'repo.zip'" if !errorlevel! neq 0 ( pause