Merge branch 'main' into 'main'

Set 'ProgressPreference' to silent to speed up download of main patch payload

See merge request dazed-translations/cuckolded-heroine-shirayuki!2
This commit is contained in:
DazedAnon 2025-09-03 22:10:54 +00:00
commit d2a4263767

View file

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