1
0
mirror of https://github.com/ChrisTitusTech/winutil.git synced 2025-04-03 17:52:10 +00:00

Add Logitech G HUB installer

This commit is contained in:
Rasinzz 2022-05-17 15:53:23 -04:00
parent 99e7bcdee5
commit 610af3de17
2 changed files with 5 additions and 0 deletions

View File

@ -117,6 +117,7 @@
<CheckBox Name="Installgpuz" Content="GPU-Z" Margin="5,0"/>
<CheckBox Name="Installhwinfo" Content="HWInfo" Margin="5,0"/>
<CheckBox Name="Installkeepass" Content="KeePassXC" Margin="5,0"/>
<CheckBox Name="Installghub" Content="Logitech G HUB" Margin="5,0"/>
<CheckBox Name="Installmalwarebytes" Content="MalwareBytes" Margin="5,0"/>
<CheckBox Name="Installnvclean" Content="NVCleanstall" Margin="5,0"/>
<CheckBox Name="Installpowertoys" Content="Microsoft Powertoys" Margin="5,0"/>

View File

@ -289,6 +289,10 @@ $WPFinstall.Add_Click({
If ( $WPFInstallkeepass.IsChecked -eq $true ) {
$wingetinstall.Add("KeePassXCTeam.KeePassXC")
$WPFInstallkeepass.IsChecked = $false
}
If ( $WPFInstallghub.IsChecked -eq $true ) {
$wingetinstall.Add("Logitech.GHUB")
$WPFInstallghub.IsChecked = $false
}
If ( $WPFInstalllibrewolf.IsChecked -eq $true ) {
$wingetinstall.Add("LibreWolf.LibreWolf")