Files
packages/anda/apps/flatpost/flatpost-mime.xml
T
Adam Fidel 099779ea5c add: flatpost (#4376)
* Add flatpost

Co-authored-by: GloriousEggroll <gloriouseggroll@gmail.com>

* bump to 1.0.5

* partially address review comments

* add mime types

* Fix typo in License

Co-authored-by: madomado <madonuko@outlook.com>
Signed-off-by: Adam Fidel <ledif@users.noreply.github.com>

* add patch to add mime types

---------

Signed-off-by: Adam Fidel <ledif@users.noreply.github.com>
Co-authored-by: GloriousEggroll <gloriouseggroll@gmail.com>
Co-authored-by: madomado <madonuko@outlook.com>
2025-04-23 13:06:38 +08:00

12 lines
419 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/vnd.flatpak.ref">
<glob pattern="*.flatpakref"/>
<comment>Flatpak Reference File</comment>
</mime-type>
<mime-type type="application/vnd.flatpak.repo">
<glob pattern="*.flatpakrepo"/>
<comment>Flatpak Repository File</comment>
</mime-type>
</mime-info>