From 80d1da6c167577650c52c363178c71b8d3f64996 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:46:38 +0300 Subject: [PATCH] fix Spotify installer download URL #828 --- patches/patches.json | 2 +- run.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/patches.json b/patches/patches.json index 8533074..7619536 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -858,7 +858,7 @@ "native_description": "Extract background color based on artwork image", "version": { "fr": "1.2.1", - "to": "" + "to": "1.2.78" } }, "SilenceTrimmer": { diff --git a/run.ps1 b/run.ps1 index b200adb..ffc027d 100644 --- a/run.ps1 +++ b/run.ps1 @@ -540,7 +540,7 @@ function downloadSp([string]$DownloadFolder) { $short = [Version]"$($versionParts[0]).$($versionParts[1]).$($versionParts[2])" $arch = if ($short -le $max_x86) { "win32-x86" } else { "win32-x86_64" } - $web_Url = "https://download.scdn.co/upgrade/client/$arch/spotify_installer-$onlineFull.exe" + $web_Url = "https://upgrade.scdn.co/upgrade/client/$arch/spotify_installer-$onlineFull.exe" $local_Url = Join-Path $DownloadFolder 'SpotifySetup.exe' $web_name_file = "SpotifySetup.exe"