diff options
author | Alex Henrie <alexhenrie24@gmail.com> | 2024-06-02 16:19:19 -0600 |
---|---|---|
committer | David Faure <faure@kde.org> | 2024-06-16 10:25:09 +0000 |
commit | b8ba60d230607963d96aa9b83a57cff91fe4f5e5 (patch) | |
tree | 8a83f7e3e2567849317e0716d4d8d93d625f55eb /data | |
parent | ceabc41e663734adce358ebb69491c83cfedb9b7 (diff) |
Remove the relationship between AppImage and SquashFS
AppImages contain SquashFS images, but a generic program that opens or
mounts SquashFS files won't be able to find and extract the filesystem
embedded in an AppImage.
Diffstat (limited to 'data')
-rw-r--r-- | data/freedesktop.org.xml.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in index faf9408..e719a97 100644 --- a/data/freedesktop.org.xml.in +++ b/data/freedesktop.org.xml.in @@ -8501,7 +8501,6 @@ command to generate the output files. <mime-type type="application/vnd.appimage"> <comment>AppImage application bundle</comment> <sub-class-of type="application/x-executable"/> - <sub-class-of type="application/vnd.squashfs"/> <generic-icon name="application-x-executable"/> <magic> <match value="ELF" type="string" offset="1" > |