Skip to content

Commit

Permalink
Use firefox version from Chocolatey
Browse files Browse the repository at this point in the history
- Winget version seems a mix from MS Store, which can't open some URLs
  • Loading branch information
LeDragoX committed Nov 16, 2023
1 parent f094640 commit f495f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WinDebloatTools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@ function Show-GUI() {
}

If ($InstallMozillaFirefox.CheckState -eq "Checked") {
$AppsSelected.WingetApps.Add("Mozilla.Firefox")
$AppsSelected.ChocolateyApps.Add("firefox")
$InstallMozillaFirefox.CheckState = "Unchecked"
}

Expand Down

0 comments on commit f495f1c

Please sign in to comment.