Add Guilded into Communication Tab (#1059)

* Add Guilded into Communication Tab

* Remove Choco Package due to there is no Chocolatey packages
This commit is contained in:
Justawildwolf 2023-09-25 20:41:03 +08:00 committed by GitHub
parent bbab426508
commit 14b81b8c6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -143,6 +143,10 @@
"winget": "GIMP.GIMP",
"choco": "gimp"
},
"WPFInstallguilded": {
"winget": "Guilded.Guilded",
"choco": ""
},
"WPFInstallgit": {
"Winget": "Git.Git",
"choco": "git"

View File

@ -267,6 +267,7 @@
<Label Content="Communications" FontSize="16" Margin="5,0"/>
<CheckBox Name="WPFInstalldiscord" Content="Discord" Margin="5,0"/>
<CheckBox Name="WPFInstallguilded" Content="Guilded" Margin="5,0"/>
<CheckBox Name="WPFInstallhexchat" Content="Hexchat" Margin="5,0"/>
<CheckBox Name="WPFInstalljami" Content="Jami" Margin="5,0"/>
<CheckBox Name="WPFInstallmatrix" Content="Matrix" Margin="5,0"/>