Add League of Legends (NA) installer

This commit is contained in:
Rasinzz 2022-05-17 21:48:11 -04:00
parent 7a1a1a8bd1
commit d9d388f46c
2 changed files with 5 additions and 0 deletions

View File

@ -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"/>

View File

@ -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