fix Spotify installer download URL

#828
This commit is contained in:
amd64fox
2026-02-27 14:46:38 +03:00
parent 246c0f838f
commit 80d1da6c16
2 changed files with 2 additions and 2 deletions

View File

@@ -858,7 +858,7 @@
"native_description": "Extract background color based on artwork image",
"version": {
"fr": "1.2.1",
"to": ""
"to": "1.2.78"
}
},
"SilenceTrimmer": {

View File

@@ -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"