mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 14:45:52 -06:00
Add League of Legends (NA) installer
This commit is contained in:
parent
7a1a1a8bd1
commit
d9d388f46c
@ -78,6 +78,7 @@
|
||||
<CheckBox Name="Installbluestacks" Content="BlueStacks" Margin="5,0"/>
|
||||
<CheckBox Name="Installepicgames" Content="Epic Games Launcher" Margin="5,0"/>
|
||||
<CheckBox Name="Installgog" Content="GOG Galaxy" Margin="5,0"/>
|
||||
<CheckBox Name="Installleagueoflegendsna" Content="League of Legends (NA)" Margin="5,0"/>
|
||||
<CheckBox Name="Installsteam" Content="Steam" Margin="5,0"/>
|
||||
|
||||
<Label Content="Pro Tools" FontSize="16" Margin="5,0"/>
|
||||
|
@ -270,6 +270,10 @@ $WPFinstall.Add_Click({
|
||||
$wingetinstall.Add("GOG.Galaxy")
|
||||
$WPFInstallgog.IsChecked = $false
|
||||
}
|
||||
If ( $WPFInstallleagueoflegendsna.IsChecked -eq $true ) {
|
||||
$wingetinstall.Add("RiotGames.LeagueOfLegends.NA")
|
||||
$WPFInstallleagueoflegendsna.IsChecked = $false
|
||||
}
|
||||
If ( $WPFInstallgpuz.IsChecked -eq $true ) {
|
||||
$wingetinstall.Add("TechPowerUp.GPU-Z")
|
||||
$WPFInstallgpuz.IsChecked = $false
|
||||
|
Loading…
Reference in New Issue
Block a user