mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-02-27 01:00:11 +08:00
Add support for Python .whl and .egg archives
Added .whl and .egg file extensions to the list of supported ZIP-based archive formats in the ArchiveViewer plugin.
This commit is contained in:
@@ -52,6 +52,8 @@ public sealed partial class Plugin : IViewer, IMoreMenu
|
||||
".vsix", // Visual Studio extension package (ZIP-based)
|
||||
".xz", // XZ compressed file (uses LZMA2 compression)
|
||||
".zip", // ZIP compressed archive (most common compression format)
|
||||
".whl", // Python Wheel package (ZIP-based)
|
||||
".egg", // Python Egg package (ZIP-based)
|
||||
|
||||
// List of supported compound file binary file extensions
|
||||
".cfb", // Compound File Binary format (used by older Microsoft Office files)
|
||||
|
||||
Reference in New Issue
Block a user