From 98b86056d83aaee04787f06c683b0d73fcd87f55 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Sat, 17 Dec 2022 18:34:02 +0300 Subject: [PATCH] trying to fix slow boot an attempt to fix the slow loading of the client, it appears randomly --- Install.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Install.ps1 b/Install.ps1 index 2537b8d..9328af6 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -428,6 +428,7 @@ function downloadScripts($param1) { $old = [IO.File]::ReadAllText($l) $links = $old -match "https:\/\/upgrade.scdn.co\/upgrade\/client\/win32-x86\/spotify_installer-$online\.g[0-9a-f]{8}-[0-9]{1,4}\.exe" $links = $Matches.Values + $links = $links -replace "upgrade.scdn", "download.scdn" } if ($ru -and $param1 -eq "cache-spotify") { $links2 = "https://raw.githubusercontent.com/SpotX-CLI/SpotX-Win/main/scripts/cache/cache_spotify_ru.ps1"