From e08b8f689826d7fe64f2e77e7fcb497dfc0f81ee Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Thu, 14 Sep 2023 20:19:04 +0300 Subject: [PATCH] version bump to 1.2.20.1216 --- Install.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Install.ps1 b/Install.ps1 index 18c5c72..eca2a66 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -335,7 +335,7 @@ if (!($version -and $version -match $match_v)) { } else { # Recommended version for Win 10-12 - $onlineFull = "1.2.20.1214.g009959bd-963" + $onlineFull = "1.2.20.1216.ge7a7b92f-1109" } } else { @@ -1578,4 +1578,4 @@ if ($block_update) { extract -counts 'exe' -helper 'BlockUpdate' } # Start Spotify if ($start_spoti) { Start-Process -WorkingDirectory $spotifyDirectory -FilePath $spotifyExecutable } -Write-Host ($lang).InstallComplete`n -ForegroundColor Green \ No newline at end of file +Write-Host ($lang).InstallComplete`n -ForegroundColor Green