mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-01 10:04:12 +08:00
fix
This commit is contained in:
parent
798de413bd
commit
a46f692833
@ -179,11 +179,10 @@ class texthook(basetext):
|
|||||||
tgt = gobject.getcachedir("update/LunaHook")
|
tgt = gobject.getcachedir("update/LunaHook")
|
||||||
with zipfile.ZipFile(savep) as zipf:
|
with zipfile.ZipFile(savep) as zipf:
|
||||||
zipf.extractall(tgt)
|
zipf.extractall(tgt)
|
||||||
shutil.rmtree("files/plugins/LunaHook")
|
|
||||||
if os.path.exists(os.path.join(tgt, "Release_English", "LunaHook32.dll")):
|
if os.path.exists(os.path.join(tgt, "Release_English", "LunaHook32.dll")):
|
||||||
shutil.move(os.path.join(tgt, "Release_English"), "files/plugins/LunaHook")
|
copytree(os.path.join(tgt, "Release_English"), "files/plugins/LunaHook")
|
||||||
else:
|
else:
|
||||||
shutil.move(tgt, "files/plugins/LunaHook")
|
copytree(tgt, "files/plugins/LunaHook")
|
||||||
|
|
||||||
def init(self):
|
def init(self):
|
||||||
self.pids = []
|
self.pids = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user