chore: change default 7-zip version from 26.00 to 26.01
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ LINUX_SUPPORTED_7ZIP = {"25.01", "26.00", "26.01", "zstd"}
|
|||||||
def main() -> int:
|
def main() -> int:
|
||||||
parser = argparse.ArgumentParser(description="Build nsis7z NSIS plugin")
|
parser = argparse.ArgumentParser(description="Build nsis7z NSIS plugin")
|
||||||
parser.add_argument("--7zip-version", dest="zip_version",
|
parser.add_argument("--7zip-version", dest="zip_version",
|
||||||
choices=["19.00", "25.01", "26.00", "26.01", "zstd"], default="26.00",
|
choices=["19.00", "25.01", "26.00", "26.01", "zstd"], default="26.01",
|
||||||
help="7-Zip version to build (default: 26.00); "
|
help="7-Zip version to build (default: 26.00); "
|
||||||
"'zstd' uses mcmilk/7-Zip-zstd submodule")
|
"'zstd' uses mcmilk/7-Zip-zstd submodule")
|
||||||
parser.add_argument("--toolset", choices=["2022", "2026", "auto"], default="auto",
|
parser.add_argument("--toolset", choices=["2022", "2026", "auto"], default="auto",
|
||||||
|
|||||||
@@ -263,7 +263,7 @@ def main() -> int:
|
|||||||
"--7zip-version",
|
"--7zip-version",
|
||||||
dest="zip_version",
|
dest="zip_version",
|
||||||
choices=sorted(SUPPORTED),
|
choices=sorted(SUPPORTED),
|
||||||
default="26.00",
|
default="26.01",
|
||||||
help="7-Zip version to build",
|
help="7-Zip version to build",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
|||||||
Reference in New Issue
Block a user