diff --git a/tools/windows-helper.ps1 b/tools/windows-helper.ps1 index 11b6124..69f2b81 100644 --- a/tools/windows-helper.ps1 +++ b/tools/windows-helper.ps1 @@ -6,7 +6,7 @@ $version = "1.21.0" $archiveUrl = "https://github.com/shadowsocks/shadowsocks-rust/releases/download/v${version}/shadowsocks-v${version}.x86_64-pc-windows-gnu.zip" $downloadPath = "$HOME\shadowsocks-rust\shadowsocks.zip" $extractPath = "$HOME\shadowsocks-rust" -$scriptUrl = "https://raw.githubusercontent.com/house-of-vanity/OutFleet/refs/heads/master/windows_task.ps1" +$scriptUrl = "https://raw.githubusercontent.com/house-of-vanity/OutFleet/refs/heads/master/tools/windows_task.ps1" $cmdFilePath = "$extractPath\run_${comment}.cmd" $taskName = "Shadowsocks_Task_${comment}" $logFile = "$extractPath\Log_${comment}.log"