Remove dmg file extension rule

This commit is contained in:
Integral 2024-12-18 16:58:16 +08:00
parent 3d67536aeb
commit 85aafb699c
No known key found for this signature in database
GPG key ID: 06313911057DD5A8

View file

@ -146,7 +146,7 @@ previewers = [
{ mime = "application/{vhd,vmdk}", run = "archive" },
{ mime = "application/virtualbox-{vdi,vhd,vhdx,vmdk}", run = "archive" },
{ mime = "application/{ms-wim,apple-diskimage}", run = "archive" },
{ name = "*.{dmg,DMG,img,fat,ext,ext2,ext3,ext4,squashfs,ntfs,hfs,hfsx}", run = "archive" },
{ name = "*.{img,fat,ext,ext2,ext3,ext4,squashfs,ntfs,hfs,hfsx}", run = "archive" },
# Font
{ mime = "font/*", run = "font" },
{ mime = "application/ms-opentype", run = "font" },