mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Remove dmg file extension rule
This commit is contained in:
parent
3d67536aeb
commit
85aafb699c
1 changed files with 1 additions and 1 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue