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

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