version bump to 1.1.96.785

This commit is contained in:
amd64fox
2022-10-13 01:39:02 +03:00
parent 95015796bb
commit 6106ae2de7
2 changed files with 2 additions and 2 deletions

View File

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