diff options
author | Nick White <git@njw.name> | 2022-11-11 13:21:11 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2022-11-11 13:21:11 +0000 |
commit | 45627c634fe9678ce9e422f7901cc141cc723778 (patch) | |
tree | 6c4e68f3ca762a04cabc7cf6d572550372e94756 /cmd/rescribe/xyz.rescribe.rescribe.desktop | |
parent | 06b68d5765048e0adb27395b8df90e90251db76a (diff) |
Add flatpak support, including a appdata and .desktop files
Diffstat (limited to 'cmd/rescribe/xyz.rescribe.rescribe.desktop')
-rw-r--r-- | cmd/rescribe/xyz.rescribe.rescribe.desktop | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cmd/rescribe/xyz.rescribe.rescribe.desktop b/cmd/rescribe/xyz.rescribe.rescribe.desktop new file mode 100644 index 0000000..331079f --- /dev/null +++ b/cmd/rescribe/xyz.rescribe.rescribe.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=Rescribe +Comment=An easy-to-use desktop tool for performing OCR on image files, PDFs and Google Books. +Categories=Office;Literature;OCR;Scanning;TextTools +Icon=xyz.rescribe.rescribe +Exec=rescribe +Terminal=false |