download error fixed

This commit is contained in:
amd64fox
2026-04-26 22:10:47 +03:00
parent 71a8cfdcc2
commit 7fde1cbe98
+2 -2
View File
@@ -489,6 +489,7 @@ function Get-SpotifyInstallerArchitecture {
$spotifyDownloadBaseUrl = "https://loadspot.amd64fox1.workers.dev/download" $spotifyDownloadBaseUrl = "https://loadspot.amd64fox1.workers.dev/download"
$spotifyTemporaryDownloadBaseUrl = "https://loadspot.amd64fox1.workers.dev/temporary-download" $spotifyTemporaryDownloadBaseUrl = "https://loadspot.amd64fox1.workers.dev/temporary-download"
$spotifyTemporaryDownloadVersion = "1.2.86.502.g8cd7fb22"
$systemArchitecture = Get-SystemArchitecture $systemArchitecture = Get-SystemArchitecture
$match_v = "^(?<version>\d+\.\d+\.\d+\.\d+\.g[0-9a-f]{8})(?:-\d+)?$" $match_v = "^(?<version>\d+\.\d+\.\d+\.\d+\.g[0-9a-f]{8})(?:-\d+)?$"
@@ -1245,8 +1246,7 @@ function downloadSp([string]$DownloadFolder) {
-LastX86SupportedVersion $last_x86 -LastX86SupportedVersion $last_x86
$downloadBaseUrl = $spotifyDownloadBaseUrl $downloadBaseUrl = $spotifyDownloadBaseUrl
if ($onlineFull -eq $latest_full -and $arch -eq 'x64') { if ($onlineFull -eq $spotifyTemporaryDownloadVersion -and $arch -eq 'x64') {
# Temporary route for the latest x64 build while Cloudflare rechecks the file
$downloadBaseUrl = $spotifyTemporaryDownloadBaseUrl $downloadBaseUrl = $spotifyTemporaryDownloadBaseUrl
} }