mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 16:44:13 +08:00
shit
This commit is contained in:
parent
1b289b8e8e
commit
30c646ddd0
1
build.py
1
build.py
@ -77,6 +77,7 @@ def downloadlr():
|
||||
)["assets"]:
|
||||
if "browser_download_url" in ass:
|
||||
os.chdir(rootDir + "\\temp")
|
||||
subprocess.run(f"curl -LO {ass['browser_download_url']}")
|
||||
subprocess.run(f"7z x {ass['name']} -oLR")
|
||||
os.makedirs(
|
||||
f"{rootDir}/LunaTranslator/files/plugins/Locale_Remulator",
|
||||
|
Loading…
x
Reference in New Issue
Block a user