Add BlueStacks installer

This commit is contained in:
Rasinzz 2022-05-17 15:55:44 -04:00
parent 228de5c445
commit a4bbdd2cf9
2 changed files with 5 additions and 0 deletions

View File

@ -75,6 +75,7 @@
<CheckBox Name="Installsumatra" Content="Sumatra PDF" 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="Installgog" Content="GOG Galaxy" Margin="5,0"/>
<CheckBox Name="Installsteam" Content="Steam" Margin="5,0"/>

View File

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