summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Henrie <alexhenrie24@gmail.com>2024-06-02 15:58:06 -0600
committerDavid Faure <faure@kde.org>2024-06-16 16:40:26 +0000
commit815b520eb01992a05d41a5434f1227a8be101e15 (patch)
treeaa1b7fd2465f3157f3983fad0325bf9b4c50a7db
parentcbf370982ae2fd1e024c13a511cf670fe68e9e2b (diff)
Recognize *.sfs, *.sqfs, and *.squashfs as application/vnd.squashfsHEADmaster
https://github.com/plougher/squashfs-tools/issues/259
-rw-r--r--data/freedesktop.org.xml.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in
index 144f6b4..f6e3b65 100644
--- a/data/freedesktop.org.xml.in
+++ b/data/freedesktop.org.xml.in
@@ -8491,7 +8491,10 @@ command to generate the output files.
<magic>
<match type="string" value="hsqs" offset="0"/>
</magic>
+ <glob pattern="*.sfs"/>
+ <glob pattern="*.sqfs"/>
<glob pattern="*.sqsh"/>
+ <glob pattern="*.squashfs"/>
</mime-type>
<!-- AppImage application bundle (Type 2) -->