Add support for opening .flatpakrepo files

This commit is contained in:
Heliguy
2025-06-10 15:58:17 -04:00
parent efa958d637
commit abdff03f18
2 changed files with 2 additions and 1 deletions

View File

@@ -10,4 +10,4 @@ StartupNotify=true
Keywords=flatpak;packages;apps;remotes;snapshots; Keywords=flatpak;packages;apps;remotes;snapshots;
Comment=Manage all things Flatpak Comment=Manage all things Flatpak
X-Purism-FormFactor=Workstation;Mobile; X-Purism-FormFactor=Workstation;Mobile;
MimeType=application/vnd.flatpak.ref;application/vnd.flatpak;x-scheme-handler/flatpak; MimeType=application/vnd.flatpak.ref;application/vnd.flatpak;x-scheme-handler/flatpak;application/vnd.flatpak.repo

View File

@@ -32,6 +32,7 @@
<control>touch</control> <control>touch</control>
<mime>application/vnd.flatpak.ref</mime> <mime>application/vnd.flatpak.ref</mime>
<mime>application/vnd.flatpak</mime> <mime>application/vnd.flatpak</mime>
<mime>application/vnd.flatpak.repo</mime>
</supports> </supports>
<requires> <requires>
<display_length compare="ge">330</display_length> <display_length compare="ge">330</display_length>