diff --git a/Install.ps1 b/Install.ps1 index 07d3001..69dc99e 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -400,7 +400,7 @@ function downloadScripts($param1) { $ver = Check_verison_clients -param2 "online" $l = "$PWD\links.tsv" $old = [IO.File]::ReadAllText($l) - $links = $old -match "https:\/\/upgrade.scdn.co\/upgrade\/client\/win32-x86\/spotify_installer-$ver\.g[0-9a-f]{8}-[0-9]{1,3}\.exe" + $links = $old -match "https:\/\/upgrade.scdn.co\/upgrade\/client\/win32-x86\/spotify_installer-$ver\.g[0-9a-f]{8}-[0-9]{1,4}\.exe" $links = $Matches.Values } if ($ru -and $param1 -eq "cache-spotify") { diff --git a/README.md b/README.md index b0abeba..8962ef3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@

System requirements

- OS: Windows 7-11 -- Spotify: Recommended official version [1.1.96.783](https://cutt.ly/8EH6NuH) +- Spotify: Recommended official version [1.1.96.785](https://cutt.ly/8EH6NuH) - For Windows Desktop only (Microsoft store version is not suitable). - PowerShell: 3 or higher