From c2e75e9880a2dc0b2641d0de0d87d87a6304f19a Mon Sep 17 00:00:00 2001 From: Calyx Hikari Date: Mon, 4 Aug 2025 10:21:32 +0800 Subject: [PATCH] Update routine --- 32 | 3 +-- 64 | 3 +-- index.html | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/32 b/32 index 011081a..5d39581 100644 --- a/32 +++ b/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", diff --git a/64 b/64 index 0b97b30..20ca102 100644 --- a/64 +++ b/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", diff --git a/index.html b/index.html index 604da58..2a09cf8 100644 --- a/index.html +++ b/index.html @@ -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",