Skip to content

Commit

Permalink
Add PDFsam Basic (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvitkauskas authored Nov 28, 2023
1 parent aba92c4 commit ebafc7f
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -435,6 +435,10 @@
"winget": "dotPDNLLC.paintdotnet",
"choco": "paint.net"
},
"WPFInstallpdfsam": {
"winget": "PDFsam.PDFsam",
"choco": "pdfsam"
},
"WPFInstallpeazip": {
"winget": "Giorgiotani.Peazip",
"choco": "peazip"
Expand Down
1 change: 1 addition & 0 deletions xaml/inputXML.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@
<CheckBox Name="WPFInstallobsidian" Content="Obsidian" Margin="5,0"/>
<CheckBox Name="WPFInstallokular" Content="Okular" Margin="5,0"/>
<CheckBox Name="WPFInstallonlyoffice" Content="ONLYOffice Desktop" Margin="5,0"/>
<CheckBox Name="WPFInstallpdfsam" Content="PDFsam Basic" Margin="5,0"/>
<CheckBox Name="WPFInstallsumatra" Content="Sumatra PDF" Margin="5,0"/>
<CheckBox Name="WPFInstallwinmerge" Content="WinMerge" Margin="5,0"/>
</StackPanel>
Expand Down

0 comments on commit ebafc7f

Please sign in to comment.