mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-14 03:16:33 +10:00
@@ -858,7 +858,7 @@
|
|||||||
"native_description": "Extract background color based on artwork image",
|
"native_description": "Extract background color based on artwork image",
|
||||||
"version": {
|
"version": {
|
||||||
"fr": "1.2.1",
|
"fr": "1.2.1",
|
||||||
"to": ""
|
"to": "1.2.78"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"SilenceTrimmer": {
|
"SilenceTrimmer": {
|
||||||
|
|||||||
@@ -540,7 +540,7 @@ function downloadSp([string]$DownloadFolder) {
|
|||||||
$short = [Version]"$($versionParts[0]).$($versionParts[1]).$($versionParts[2])"
|
$short = [Version]"$($versionParts[0]).$($versionParts[1]).$($versionParts[2])"
|
||||||
$arch = if ($short -le $max_x86) { "win32-x86" } else { "win32-x86_64" }
|
$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'
|
$local_Url = Join-Path $DownloadFolder 'SpotifySetup.exe'
|
||||||
$web_name_file = "SpotifySetup.exe"
|
$web_name_file = "SpotifySetup.exe"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user