Add BlueStacks installer

This commit is contained in:
Rasinzz 2022-05-17 21:46:42 -04:00
parent f81829ea95
commit 087e21b3ca
2 changed files with 5 additions and 0 deletions

View File

@ -75,6 +75,7 @@
<CheckBox Name="Installsumatra" Content="Sumatra PDF" Margin="5,0"/> <CheckBox Name="Installsumatra" Content="Sumatra PDF" Margin="5,0"/>
<Label Content="Games" FontSize="16" Margin="5,0"/> <Label Content="Games" FontSize="16" Margin="5,0"/>
<CheckBox Name="Installbluestacks" Content="BlueStacks" Margin="5,0"/>
<CheckBox Name="Installepicgames" Content="Epic Games Launcher" Margin="5,0"/> <CheckBox Name="Installepicgames" Content="Epic Games Launcher" Margin="5,0"/>
<CheckBox Name="Installgog" Content="GOG Galaxy" Margin="5,0"/> <CheckBox Name="Installgog" Content="GOG Galaxy" Margin="5,0"/>
<CheckBox Name="Installsteam" Content="Steam" Margin="5,0"/> <CheckBox Name="Installsteam" Content="Steam" Margin="5,0"/>

View File

@ -246,6 +246,10 @@ $WPFinstall.Add_Click({
$wingetinstall.Add("File-New-Project.EarTrumpet") $wingetinstall.Add("File-New-Project.EarTrumpet")
$WPFInstalleartrumpet.IsChecked = $false $WPFInstalleartrumpet.IsChecked = $false
} }
If ( $WPFInstallbluestacks.IsChecked -eq $true ) {
$wingetinstall.Add("BlueStack.BlueStacks")
$WPFInstallbluestacks.IsChecked = $false
}
If ( $WPFInstallepicgames.IsChecked -eq $true ) { If ( $WPFInstallepicgames.IsChecked -eq $true ) {
$wingetinstall.Add("EpicGames.EpicGamesLauncher") $wingetinstall.Add("EpicGames.EpicGamesLauncher")
$WPFInstallepicgames.IsChecked = $false $WPFInstallepicgames.IsChecked = $false