mirror of
https://github.com/msvc-win/get.msvc.win.git
synced 2025-12-16 05:07:39 +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..."
|
Write-Host "Downloading files..."
|
||||||
$argumentList = @(
|
$argumentList = @(
|
||||||
"--dir=`"$($outFile | Split-Path)`"",
|
"--dir=`"$tempDir`"",
|
||||||
"--out=`"$(Split-Path -Leaf $outFile)`"",
|
|
||||||
"--allow-overwrite=true",
|
"--allow-overwrite=true",
|
||||||
"--retry-wait=5",
|
"--retry-wait=5",
|
||||||
"--max-connection-per-server=8",
|
"--max-connection-per-server=8",
|
||||||
|
|
|
||||||
3
64
3
64
|
|
@ -125,8 +125,7 @@ function Main {
|
||||||
|
|
||||||
Write-Host "Downloading files..."
|
Write-Host "Downloading files..."
|
||||||
$argumentList = @(
|
$argumentList = @(
|
||||||
"--dir=`"$($outFile | Split-Path)`"",
|
"--dir=`"$tempDir`"",
|
||||||
"--out=`"$(Split-Path -Leaf $outFile)`"",
|
|
||||||
"--allow-overwrite=true",
|
"--allow-overwrite=true",
|
||||||
"--retry-wait=5",
|
"--retry-wait=5",
|
||||||
"--max-connection-per-server=8",
|
"--max-connection-per-server=8",
|
||||||
|
|
|
||||||
|
|
@ -138,8 +138,7 @@ function Main {
|
||||||
|
|
||||||
Write-Host "Downloading files..."
|
Write-Host "Downloading files..."
|
||||||
$argumentList = @(
|
$argumentList = @(
|
||||||
"--dir=`"$($outFile | Split-Path)`"",
|
"--dir=`"$tempDir`"",
|
||||||
"--out=`"$(Split-Path -Leaf $outFile)`"",
|
|
||||||
"--allow-overwrite=true",
|
"--allow-overwrite=true",
|
||||||
"--retry-wait=5",
|
"--retry-wait=5",
|
||||||
"--max-connection-per-server=8",
|
"--max-connection-per-server=8",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue