mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2026-09-03 05:10:16 +03:00
Co-authored-by: EthanHealy01 <80844253+EthanHealy01@users.noreply.github.com> Co-authored-by: Ludy <Ludy87@users.noreply.github.com>
18 lines
397 B
Desktop File
18 lines
397 B
Desktop File
[Desktop Entry]
|
|
Version=1.0
|
|
Type=Application
|
|
Name=Stirling-PDF
|
|
Comment=Locally hosted web application that allows you to perform various operations on PDF files
|
|
TryExec={{exec}}
|
|
Exec={{exec}} %F
|
|
Icon={{icon}}
|
|
Terminal=false
|
|
MimeType=application/pdf;
|
|
Categories=Office;Graphics;Utility;
|
|
Actions=open-file;
|
|
StartupWMClass=Stirling-PDF
|
|
|
|
[Desktop Action open-file]
|
|
Name=Open PDF File
|
|
Exec={{exec}} %F
|