mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-11 17:37:21 +10:00
@@ -858,7 +858,7 @@
|
||||
"native_description": "Extract background color based on artwork image",
|
||||
"version": {
|
||||
"fr": "1.2.1",
|
||||
"to": ""
|
||||
"to": "1.2.78"
|
||||
}
|
||||
},
|
||||
"SilenceTrimmer": {
|
||||
|
||||
2
run.ps1
2
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user