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
2b8ab63cc6
commit
2d50c1397e
3
build.py
3
build.py
@ -113,9 +113,8 @@ 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)
|
||||||
destination_path = os.path.join(destination_dir, item)
|
|
||||||
|
|
||||||
shutil.move(item_path, destination_path)
|
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