diff --git a/Install.ps1 b/Install.ps1 index dc41589..23e2190 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -330,7 +330,7 @@ if (!($version -and $version -match $match_v)) { } # Recommended version for Win 10-12 else { - $onlineFull = "1.2.14.1141.gaab16bfe-881" + $onlineFull = "1.2.14.1149.ga3ae422d-1027" } } $online = ($onlineFull -split ".g")[0] @@ -1529,4 +1529,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