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)