Note that download may take a while
This commit is contained in:
parent
de10b409ad
commit
261c647523
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue