Added Tor Browser for Install (#209)

This commit is contained in:
Padsala Tushal
2022-10-03 02:39:48 +05:30
committed by GitHub
parent 81d132b6e8
commit b5a6bfdaba
3 changed files with 8 additions and 0 deletions

View File

@ -139,6 +139,10 @@ $WPFinstall.Add_Click({
$wingetinstall.Add("Google.Chrome")
$WPFInstallchrome.IsChecked = $false
}
If ( $WPFInstalltor.IsChecked -eq $true ) {
$wingetinstall.Add("TorProject.TorBrowser")
$WPFInstalltor.IsChecked = $false
}
If ( $WPFInstalldiscord.IsChecked -eq $true ) {
$wingetinstall.Add("Discord.Discord")
$WPFInstalldiscord.IsChecked = $false