mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-04-02 17:32:09 +00:00
Add BlueStacks installer
BlueStacks is an android emulator for Windows. I personally use it to play Clash Royale and Clash of Clans on my PC. Here's a link to their website: https://www.bluestacks.com/
This commit is contained in:
parent
c1c4bff53b
commit
0ee7b7d920
@ -83,6 +83,7 @@ $inputXML = @"
|
|||||||
<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"/>
|
||||||
@ -488,6 +489,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
|
||||||
|
Loading…
Reference in New Issue
Block a user