Add .pyz to supported archive extensions

This commit is contained in:
ema
2026-04-27 18:05:42 +08:00
parent ec2239be02
commit d775cd45a1
@@ -54,6 +54,7 @@ public sealed partial class Plugin : IViewer, IMoreMenu
".zip", // ZIP compressed archive (most common compression format)
".whl", // Python Wheel package (ZIP-based)
".egg", // Python Egg package (ZIP-based)
".pyz", // Python Zip application (ZIP-based)
// List of supported compound file binary file extensions
".cfb", // Compound File Binary format (used by older Microsoft Office files)