mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-03-24 01:07:43 +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)
|
||||
|
||||
@@ -213,6 +213,8 @@ Update not completed yet...
|
||||
- `.vsix` (Visual Studio extension)
|
||||
- `.xz` (XZ archive)
|
||||
- `.zip` (ZIP archive)
|
||||
- `.whl` (Python Wheel package)
|
||||
- `.egg` (Python Egg package)
|
||||
- `.cfb` (Compound File Binary)
|
||||
- `.eif` (QQ EIF package with Compound File Binary format)
|
||||
- `.pak` (Chromium resource package file v5, used by Chromium-based applications (e.g., Google Chrome))
|
||||
|
||||
Reference in New Issue
Block a user