Update build.py

This commit is contained in:
恍兮惚兮 2024-04-26 06:13:33 +08:00
parent 0ea6516371
commit b601ca68e9

View File

@ -106,7 +106,7 @@ def downloadBrotli():
def downloadcommon(): def downloadcommon():
os.chdir(rootDir + "\\temp") os.chdir(rootDir + "\\temp")
subprocess.run(f"curl -LO {prebuiltcommon}") 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): def move_directory_contents(source_dir, destination_dir):
contents = os.listdir(source_dir) contents = os.listdir(source_dir)