chore: change default 7-zip version from 26.00 to 26.01

This commit is contained in:
2026-05-03 02:34:26 +02:00
parent 3e5bd02fe0
commit d620989a6c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ def main() -> int:
"--7zip-version",
dest="zip_version",
choices=sorted(SUPPORTED),
default="26.00",
default="26.01",
help="7-Zip version to build",
)
parser.add_argument(