From 68fe6b67265ae484125b8212ad0d8fae821e8ffc Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Wed, 1 Apr 2026 03:43:25 +0300 Subject: [PATCH] rename worker --- run.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.ps1 b/run.ps1 index 0c0c1ef..10e3d46 100644 --- a/run.ps1 +++ b/run.ps1 @@ -474,7 +474,7 @@ function Get-SpotifyInstallerArchitecture { } } -$spotifyDownloadBaseUrl = "https://broad-pine-bbc0.amd64fox1.workers.dev/download" +$spotifyDownloadBaseUrl = "https://loadspot.amd64fox1.workers.dev/download" $systemArchitecture = Get-SystemArchitecture $match_v = "^(?\d+\.\d+\.\d+\.\d+\.g[0-9a-f]{8})(?:-\d+)?$"