Skip to content

Commit

Permalink
Compile Winutil
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech authored and github-actions[bot] committed Nov 28, 2023
1 parent faf4479 commit 5adf684
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions winutil.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4072,6 +4072,7 @@ $inputXML = '<Window x:Class="WinUtility.MainWindow"
<CheckBox Name="WPFInstallchromium" Content="Chromium" Margin="5,0"/>
<CheckBox Name="WPFInstalledge" Content="Edge" Margin="5,0"/>
<CheckBox Name="WPFInstallfirefox" Content="Firefox" Margin="5,0"/>
<CheckBox Name="WPFInstallfloorp" Content="Floorp" Margin="5,0"/>
<CheckBox Name="WPFInstalllibrewolf" Content="LibreWolf" Margin="5,0"/>
<CheckBox Name="WPFInstallthorium" Content="Thorium Browser" Margin="5,0"/>
<CheckBox Name="WPFInstalltor" Content="Tor Browser" Margin="5,0"/>
Expand Down Expand Up @@ -4723,6 +4724,10 @@ $sync.configs.applications = '{
"winget": "Mozilla.Firefox",
"choco": "firefox"
},
"WPFInstallfloorp": {
"winget": "Ablaze.Floorp",
"choco": "na",
},
"WPFInstallflameshot": {
"winget": "Flameshot.Flameshot",
"choco": "na"
Expand Down

0 comments on commit 5adf684

Please sign in to comment.