This commit is contained in:
恍兮惚兮 2024-11-15 19:19:47 +08:00
parent 23e96b1d44
commit 63675ff9e0

View File

@ -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",