mirror of
https://github.com/msvc-win/get.msvc.win.git
synced 2025-12-15 12:47:40 +00:00
Update routine
This commit is contained in:
parent
ae853df86b
commit
c2e75e9880
3 changed files with 3 additions and 6 deletions
3
32
3
32
|
|
@ -107,8 +107,7 @@ function Main {
|
|||
|
||||
Write-Host "Downloading files..."
|
||||
$argumentList = @(
|
||||
"--dir=`"$($outFile | Split-Path)`"",
|
||||
"--out=`"$(Split-Path -Leaf $outFile)`"",
|
||||
"--dir=`"$tempDir`"",
|
||||
"--allow-overwrite=true",
|
||||
"--retry-wait=5",
|
||||
"--max-connection-per-server=8",
|
||||
|
|
|
|||
3
64
3
64
|
|
@ -125,8 +125,7 @@ function Main {
|
|||
|
||||
Write-Host "Downloading files..."
|
||||
$argumentList = @(
|
||||
"--dir=`"$($outFile | Split-Path)`"",
|
||||
"--out=`"$(Split-Path -Leaf $outFile)`"",
|
||||
"--dir=`"$tempDir`"",
|
||||
"--allow-overwrite=true",
|
||||
"--retry-wait=5",
|
||||
"--max-connection-per-server=8",
|
||||
|
|
|
|||
|
|
@ -138,8 +138,7 @@ function Main {
|
|||
|
||||
Write-Host "Downloading files..."
|
||||
$argumentList = @(
|
||||
"--dir=`"$($outFile | Split-Path)`"",
|
||||
"--out=`"$(Split-Path -Leaf $outFile)`"",
|
||||
"--dir=`"$tempDir`"",
|
||||
"--allow-overwrite=true",
|
||||
"--retry-wait=5",
|
||||
"--max-connection-per-server=8",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue