From ad60c6d78cfbf2f54d37ce39d77318339c67398e Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Thu, 1 Dec 2022 05:16:26 +0300 Subject: [PATCH] fix version --- Install.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Install.ps1 b/Install.ps1 index 4f76c9e..1017443 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -1047,7 +1047,7 @@ function Helper($paramname) { if ( $offline -ge "1.1.97.956") { $rem.remove('newhome'); $newhome = 'newhome2' } if ( $offline -ge "1.1.99.871") { $rem.remove('clearcache') } if ( $offline -le "1.1.98.691") { $rem.remove('sidebar-fix') } - if ( $offline -lt "1.1.90.859") { $rem.remove('pathfinder') } + if ( $offline -lt "1.1.91.824") { $rem.remove('pathfinder') } if ($enhance_like_off) { $rem.remove('enhanceliked') } if ($enhance_playlist_off) { $rem.remove('enhanceplaylist') } if ($new_artist_pages_off) { $rem.remove('disographyartist') } @@ -1582,4 +1582,4 @@ if ($cache_install) { 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