mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 16:44:13 +08:00
Update build.py
This commit is contained in:
parent
0ea6516371
commit
b601ca68e9
2
build.py
2
build.py
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user