Note that download may take a while

This commit is contained in:
dazedanon 2025-12-17 17:49:22 -06:00
parent de10b409ad
commit 261c647523

View file

@ -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