2 lines
118 B
Python
Raw Normal View History

2024-11-06 06:46:35 +08:00
import shutil,sys
shutil.copytree('../builds/Release_English','../../../py/files/plugins/LunaHook',dirs_exist_ok=True)