Update routine

This commit is contained in:
Calyx Hikari 2025-08-04 10:21:32 +08:00
parent ae853df86b
commit c2e75e9880
3 changed files with 3 additions and 6 deletions

3
32
View file

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

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

View file

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