From 7fde1cbe980f0652ed19d7fed27a703fdaac2733 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Sun, 26 Apr 2026 22:10:47 +0300 Subject: [PATCH] download error fixed --- run.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.ps1 b/run.ps1 index 55307d3..3d4d4a6 100644 --- a/run.ps1 +++ b/run.ps1 @@ -489,6 +489,7 @@ function Get-SpotifyInstallerArchitecture { $spotifyDownloadBaseUrl = "https://loadspot.amd64fox1.workers.dev/download" $spotifyTemporaryDownloadBaseUrl = "https://loadspot.amd64fox1.workers.dev/temporary-download" +$spotifyTemporaryDownloadVersion = "1.2.86.502.g8cd7fb22" $systemArchitecture = Get-SystemArchitecture $match_v = "^(?\d+\.\d+\.\d+\.\d+\.g[0-9a-f]{8})(?:-\d+)?$" @@ -1245,8 +1246,7 @@ function downloadSp([string]$DownloadFolder) { -LastX86SupportedVersion $last_x86 $downloadBaseUrl = $spotifyDownloadBaseUrl - if ($onlineFull -eq $latest_full -and $arch -eq 'x64') { - # Temporary route for the latest x64 build while Cloudflare rechecks the file + if ($onlineFull -eq $spotifyTemporaryDownloadVersion -and $arch -eq 'x64') { $downloadBaseUrl = $spotifyTemporaryDownloadBaseUrl }