mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-14 18:44:05 +02:00
16 lines
368 B
Desktop File
16 lines
368 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;
|
|
|
|
[Desktop Action open-file]
|
|
Name=Open PDF File
|
|
Exec={{exec}} %F |