Remove disk image MIME types that doesn't exist in file(1) source code

This commit is contained in:
Integral 2024-12-20 15:55:08 +08:00
parent cf37a5e9d3
commit 5044fe7d6b
No known key found for this signature in database
GPG key ID: 06313911057DD5A8

View file

@ -142,9 +142,8 @@ previewers = [
{ name = "*.{AppImage,appimage}", run = "archive" },
# Virtual Disk / Disk Image
{ mime = "application/iso9660-image", run = "archive" },
{ mime = "application/{qemu,vhd,vhdx,vdi,vmdk}-disk", run = "archive" },
{ mime = "application/{vhd,vmdk}", run = "archive" },
{ mime = "application/virtualbox-{vdi,vhd,vhdx,vmdk}", run = "archive" },
{ mime = "application/qemu-disk", run = "archive" },
{ mime = "application/virtualbox-{vhd,vhdx}", run = "archive" },
{ mime = "application/{ms-wim,apple-diskimage}", run = "archive" },
{ name = "*.{img,fat,ext,ext2,ext3,ext4,squashfs,ntfs,hfs,hfsx}", run = "archive" },
# Font