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:
ema
2026-01-26 15:08:50 +08:00
parent 13824162ab
commit b4c9c9f8dc
2 changed files with 4 additions and 0 deletions

View File

@@ -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)