mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-15 08:53:53 +08:00
.
This commit is contained in:
parent
23e96b1d44
commit
63675ff9e0
14
.github/scripts/build_lunatranslator.py
vendored
14
.github/scripts/build_lunatranslator.py
vendored
@ -276,15 +276,9 @@ if __name__ == "__main__":
|
|||||||
elif sys.argv[1] == "merge":
|
elif sys.argv[1] == "merge":
|
||||||
createPluginDirs()
|
createPluginDirs()
|
||||||
downloadNtlea()
|
downloadNtlea()
|
||||||
if arch != "xp":
|
|
||||||
downloadLocaleEmulator()
|
|
||||||
downloadBrotli()
|
|
||||||
downloadCurl()
|
|
||||||
downloadOCRModel()
|
|
||||||
downloadmapie()
|
|
||||||
downloadlr()
|
|
||||||
downloadmecab()
|
downloadmecab()
|
||||||
downloadbass()
|
downloadbass()
|
||||||
|
if arch != "xp":
|
||||||
os.chdir(rootDir)
|
os.chdir(rootDir)
|
||||||
if arch == "xp":
|
if arch == "xp":
|
||||||
shutil.copytree(
|
shutil.copytree(
|
||||||
@ -306,6 +300,12 @@ if __name__ == "__main__":
|
|||||||
os.chdir(rootDir)
|
os.chdir(rootDir)
|
||||||
os.system(f"python {os.path.join(rootthisfiledir,'collectall_xp.py')}")
|
os.system(f"python {os.path.join(rootthisfiledir,'collectall_xp.py')}")
|
||||||
exit()
|
exit()
|
||||||
|
downloadLocaleEmulator()
|
||||||
|
downloadBrotli()
|
||||||
|
downloadCurl()
|
||||||
|
downloadOCRModel()
|
||||||
|
downloadmapie()
|
||||||
|
downloadlr()
|
||||||
shutil.copytree(
|
shutil.copytree(
|
||||||
f"{rootDir}/../build/hook_64",
|
f"{rootDir}/../build/hook_64",
|
||||||
f"{rootDir}/files/plugins/LunaHook",
|
f"{rootDir}/files/plugins/LunaHook",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user