mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Remove disk image MIME types that doesn't exist in file(1) source code
This commit is contained in:
parent
cf37a5e9d3
commit
5044fe7d6b
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue