From b601ca68e942ad64e2c5f955cf1876597a2dc65c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Fri, 26 Apr 2024 06:13:33 +0800 Subject: [PATCH] Update build.py --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 4249335c..2f55ebf3 100644 --- a/build.py +++ b/build.py @@ -106,7 +106,7 @@ def downloadBrotli(): def downloadcommon(): os.chdir(rootDir + "\\temp") subprocess.run(f"curl -LO {prebuiltcommon}") - subprocess.run(f"7z x {brotliFileName32} -oALL") + subprocess.run(f"7z x ALL.zip -oALL") def move_directory_contents(source_dir, destination_dir): contents = os.listdir(source_dir)