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

Add League of Legends installer

This commit is contained in:
Rasinzz 2022-05-15 12:09:47 -04:00
parent db51085095
commit e32db8e7e4

View File

@ -86,6 +86,7 @@ $inputXML = @"
<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"/>
@ -514,6 +515,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