diff options
-rw-r--r-- | data/freedesktop.org.xml.in | 1 | ||||
-rwxr-xr-x | tests/mime-detection/appimage-demo-qt5-latest-x86_64.AppImage | bin | 0 -> 341184 bytes | |||
-rw-r--r-- | tests/mime-detection/list | 2 |
3 files changed, 2 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" > diff --git a/tests/mime-detection/appimage-demo-qt5-latest-x86_64.AppImage b/tests/mime-detection/appimage-demo-qt5-latest-x86_64.AppImage Binary files differnew file mode 100755 index 0000000..45fb8b8 --- /dev/null +++ b/tests/mime-detection/appimage-demo-qt5-latest-x86_64.AppImage diff --git a/tests/mime-detection/list b/tests/mime-detection/list index c31dff5..a2b96dd 100644 --- a/tests/mime-detection/list +++ b/tests/mime-detection/list @@ -905,6 +905,8 @@ ls application/x-executable x # ELF shared library libldap-2.4.so.2 application/x-sharedlib oxo boardingpass.pkpass application/vnd.apple.pkpass +# AppImage created by following https://appimage-builder.readthedocs.io/en/latest/intro/tutorial.html +appimage-demo-qt5-latest-x86_64.AppImage application/vnd.appimage # DOS executable helloworld-dos.exe application/x-dosexec x # 16-bit Windows executable |