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
b601ca68e9
commit
2b8ab63cc6
3
build.py
3
build.py
@ -183,8 +183,7 @@ def buildLunaHook():
|
|||||||
os.chdir(rootDir + "\\temp")
|
os.chdir(rootDir + "\\temp")
|
||||||
subprocess.run(f"git clone {lunaHookUrl}")
|
subprocess.run(f"git clone {lunaHookUrl}")
|
||||||
os.chdir("LunaHook\\scripts")
|
os.chdir("LunaHook\\scripts")
|
||||||
subprocess.run("cmd /c build32.bat")
|
subprocess.run("cmd /c build3264en.bat")
|
||||||
subprocess.run("cmd /c build64.bat")
|
|
||||||
shutil.move(
|
shutil.move(
|
||||||
"../builds/Release_English/LunaHook32.dll",
|
"../builds/Release_English/LunaHook32.dll",
|
||||||
f"{rootDir}/LunaTranslator/files/plugins/LunaHook",
|
f"{rootDir}/LunaTranslator/files/plugins/LunaHook",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user