mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 16:44:13 +08:00
cnm
This commit is contained in:
parent
0c002cf4ac
commit
ab9d28f988
2
build.py
2
build.py
@ -113,7 +113,7 @@ def downloadcommon():
|
|||||||
|
|
||||||
for item in contents:
|
for item in contents:
|
||||||
item_path = os.path.join(source_dir, item)
|
item_path = os.path.join(source_dir, item)
|
||||||
shutil.copytree(item_path, destination_dir)
|
shutil.copytree(item_path, destination_dir,dirs_exist_ok=True)
|
||||||
#shutil.move(item_path, destination_dir)
|
#shutil.move(item_path, destination_dir)
|
||||||
move_directory_contents(
|
move_directory_contents(
|
||||||
"ALL/ALL", f"{rootDir}/LunaTranslator/files/plugins"
|
"ALL/ALL", f"{rootDir}/LunaTranslator/files/plugins"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user