diff --git a/patch.bat b/patch.bat index d01cdc2..54f3c12 100644 --- a/patch.bat +++ b/patch.bat @@ -84,7 +84,7 @@ set "escaped_cd=%CD:'=''%" REM Download zip file echo "Downloading latest patch..." -!_my_shell! -Command "Set-Location -LiteralPath '%escaped_cd%'; Invoke-WebRequest -Uri 'https://gitgud.io/%username%/%repo%/-/archive/%branch%/%repo%-%branch%.zip' -OutFile 'repo.zip'" +!_my_shell! -Command "Set-Location -LiteralPath '%escaped_cd%'; $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri 'https://gitgud.io/%username%/%repo%/-/archive/%branch%/%repo%-%branch%.zip' -OutFile 'repo.zip'" if !errorlevel! neq 0 ( pause exit /b