From f495f1c8c471f1377fc9a24e6ddd0602ae80d4e0 Mon Sep 17 00:00:00 2001 From: LeDragoX Date: Wed, 15 Nov 2023 21:29:44 -0300 Subject: [PATCH] Use firefox version from Chocolatey - Winget version seems a mix from MS Store, which can't open some URLs --- WinDebloatTools.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WinDebloatTools.ps1 b/WinDebloatTools.ps1 index 84aa4c62..f561db56 100644 --- a/WinDebloatTools.ps1 +++ b/WinDebloatTools.ps1 @@ -1144,7 +1144,7 @@ function Show-GUI() { } If ($InstallMozillaFirefox.CheckState -eq "Checked") { - $AppsSelected.WingetApps.Add("Mozilla.Firefox") + $AppsSelected.ChocolateyApps.Add("firefox") $InstallMozillaFirefox.CheckState = "Unchecked" }