mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-28 08:04:13 +08:00
Update pack.py
This commit is contained in:
parent
fd9049e714
commit
27fd750c3d
@ -35,7 +35,7 @@ for f in ['LunaTranslator_admin.exe','LunaTranslator.exe']:
|
||||
shutil.copytree(r'.\files',rf'{targetdir}\files')
|
||||
shutil.copy(r'..\LICENSE',targetdir)
|
||||
|
||||
for f in ['hiraparse','ocrengines','translator','cishu','tts','network']:
|
||||
for f in ['hiraparse','ocrengines','translator','cishu','tts','network','textoutput']:
|
||||
shutil.copytree(rf'.\LunaTranslator\{f}',rf'{targetdir_in}\{f}')
|
||||
|
||||
def remove(f):
|
||||
|
Loading…
x
Reference in New Issue
Block a user