mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 09:49:07 +00:00
Update for commic archive file types. (#1276)
Comic book archive is not a distinct file format. It is a filename extension naming convention. The filename extension indicates the archive type used: .cb7 → 7z .cbr → RAR .cbt → TAR .cbz → ZIP
This commit is contained in:
@@ -26,7 +26,7 @@ namespace QuickLook.Plugin.ArchiveViewer
|
||||
public class Plugin : IViewer
|
||||
{
|
||||
private static readonly string[] Extensions =
|
||||
{".rar", ".zip", ".tar", ".tgz", ".gz", ".bz2", ".lz", ".xz", ".7z", ".jar", ".crx", ".nupkg"};
|
||||
{".rar", ".zip", ".tar", ".tgz", ".gz", ".bz2", ".lz", ".xz", ".7z", ".jar", ".crx", ".nupkg", ".cb7", ".cbr", ".cbt", ".cbz"};
|
||||
|
||||
private ArchiveInfoPanel _panel;
|
||||
|
||||
|
Reference in New Issue
Block a user