mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-15 08:53:53 +08:00
.
This commit is contained in:
parent
074cdc9445
commit
ef306eab32
11
.github/scripts/build_lunatranslator.py
vendored
11
.github/scripts/build_lunatranslator.py
vendored
@ -161,12 +161,17 @@ def downloadLocaleEmulator():
|
|||||||
)
|
)
|
||||||
p = subprocess.Popen("LocaleEmulator/LEInstaller.exe")
|
p = subprocess.Popen("LocaleEmulator/LEInstaller.exe")
|
||||||
while 1:
|
while 1:
|
||||||
if os.path.exists("LocaleEmulator/LECommonLibrary.dll") and os.path.exists(
|
if os.path.exists("LocaleEmulator/LECommonLibrary.dll"):
|
||||||
"LocaleEmulator/LEConfig.xml"
|
|
||||||
):
|
|
||||||
break
|
break
|
||||||
time.sleep(0.1)
|
time.sleep(0.1)
|
||||||
p.kill()
|
p.kill()
|
||||||
|
p = subprocess.Popen("LocaleEmulator/LEProc.exe")
|
||||||
|
while 1:
|
||||||
|
if os.path.exists("LocaleEmulator/LEConfig.xml"):
|
||||||
|
break
|
||||||
|
time.sleep(0.1)
|
||||||
|
p.kill()
|
||||||
|
|
||||||
for f in [
|
for f in [
|
||||||
"LoaderDll.dll",
|
"LoaderDll.dll",
|
||||||
"LocaleEmulator.dll",
|
"LocaleEmulator.dll",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user