From 754413f760277cb2e427db5b5ef935892663f21f Mon Sep 17 00:00:00 2001 From: amd64fox Date: Fri, 22 Jul 2022 07:27:32 +0300 Subject: [PATCH] Fixed bug - fixed bug when deleting Ms Spotify (Thanks Ziad) --- Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install.ps1 b/Install.ps1 index a359921..c5c8de5 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -528,7 +528,7 @@ if ($win11 -or $win10 -or $win8_1 -or $win8) { if (!($confirm_uninstall_ms_spoti)) { do { - $ch = Read-Host -Prompt ($lang).MsSpoti2"" + $ch = Read-Host -Prompt ($lang).MsSpoti2 Write-Host "" if (!($ch -eq 'n' -or $ch -eq 'y')) { incorrectValue