Skip to content

Commit

Permalink
took a pr on main and pulling it to test (ChrisTitusTech#1175)
Browse files Browse the repository at this point in the history
* Add Session messenger to the applications list. (ChrisTitusTech#1166)

* Update applications.json

* Update inputXML.xaml

* Compile Winutil

---------

Co-authored-by: charlescgs <[email protected]>
Co-authored-by: ChrisTitusTech <[email protected]>
  • Loading branch information
3 people authored Nov 14, 2023
1 parent 0d3fac1 commit c1dfbd7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/applications.json
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,10 @@
"winget": "GlennDelahoy.SnappyDriverInstallerOrigin",
"choco": "sdio"
},
"WPFInstallsession": {
"winget": "Oxen.Session",
"choco": "session"
},
"WPFInstallsharex": {
"winget": "ShareX.ShareX",
"choco": "sharex"
Expand Down
5 changes: 5 additions & 0 deletions winutil.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2770,6 +2770,7 @@ $inputXML = '<Window x:Class="WinUtility.MainWindow"
<CheckBox Name="WPFInstallhexchat" Content="Hexchat" Margin="5,0"/>
<CheckBox Name="WPFInstalljami" Content="Jami" Margin="5,0"/>
<CheckBox Name="WPFInstallmatrix" Content="Matrix" Margin="5,0"/>
<CheckBox Name="WPFInstallsession" Content="Session" Margin="5,0"/>
<CheckBox Name="WPFInstallsignal" Content="Signal" Margin="5,0"/>
<CheckBox Name="WPFInstallskype" Content="Skype" Margin="5,0"/>
<CheckBox Name="WPFInstallslack" Content="Slack" Margin="5,0"/>
Expand Down Expand Up @@ -3611,6 +3612,10 @@ $sync.configs.applications = '{
"winget": "GlennDelahoy.SnappyDriverInstallerOrigin",
"choco": "sdio"
},
"WPFInstallsession": {
"winget": "Oxen.Session",
"choco": "session"
},
"WPFInstallsharex": {
"winget": "ShareX.ShareX",
"choco": "sharex"
Expand Down
1 change: 1 addition & 0 deletions xaml/inputXML.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@
<CheckBox Name="WPFInstallhexchat" Content="Hexchat" Margin="5,0"/>
<CheckBox Name="WPFInstalljami" Content="Jami" Margin="5,0"/>
<CheckBox Name="WPFInstallmatrix" Content="Matrix" Margin="5,0"/>
<CheckBox Name="WPFInstallsession" Content="Session" Margin="5,0"/>
<CheckBox Name="WPFInstallsignal" Content="Signal" Margin="5,0"/>
<CheckBox Name="WPFInstallskype" Content="Skype" Margin="5,0"/>
<CheckBox Name="WPFInstallslack" Content="Slack" Margin="5,0"/>
Expand Down

0 comments on commit c1dfbd7

Please sign in to comment.