mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 18:39:45 +00:00
Add support for NuGet package files (.nupkg) which are just zip files (#903)
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"};
|
||||
{".rar", ".zip", ".tar", ".tgz", ".gz", ".bz2", ".lz", ".xz", ".7z", ".jar", ".crx", ".nupkg"};
|
||||
|
||||
private ArchiveInfoPanel _panel;
|
||||
|
||||
|
Reference in New Issue
Block a user