diff options
author | Alex Henrie <alexhenrie24@gmail.com> | 2024-06-02 15:58:06 -0600 |
---|---|---|
committer | David Faure <faure@kde.org> | 2024-06-16 16:40:26 +0000 |
commit | 815b520eb01992a05d41a5434f1227a8be101e15 (patch) | |
tree | aa1b7fd2465f3157f3983fad0325bf9b4c50a7db /data | |
parent | cbf370982ae2fd1e024c13a511cf670fe68e9e2b (diff) |
Recognize *.sfs, *.sqfs, and *.squashfs as application/vnd.squashfs
https://github.com/plougher/squashfs-tools/issues/259
Diffstat (limited to 'data')
-rw-r--r-- | data/freedesktop.org.xml.in | 3 |
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) --> |