mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2024-11-27 23:13:07 +01:00
Add iso support for 7z
This commit is contained in:
parent
f44c0e6d5f
commit
b0b9602702
@ -201,6 +201,7 @@ Preview b_previews[] = {
|
||||
PR("Z", NULL, NULL, 7z, PREV_ATTR_NONE),
|
||||
PR("zip", NULL, NULL, 7z, PREV_ATTR_NONE),
|
||||
PR("7z", NULL, NULL, 7z, PREV_ATTR_NONE),
|
||||
PR("iso", NULL, NULL, 7z, PREV_ATTR_NONE),
|
||||
|
||||
PR("torrent", NULL, NULL, torrent, PREV_ATTR_EXT_SHORT),
|
||||
PR("gpg", NULL, NULL, gpg, PREV_ATTR_EXT_SHORT),
|
||||
|
Loading…
Reference in New Issue
Block a user