Skip to content

Commit b22be52

Browse files
committed
feat: 添加ico图标
1 parent 1831630 commit b22be52

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

install.py

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ def install_resource():
4141
install_path / "resource",
4242
dirs_exist_ok=True,
4343
)
44+
shutil.copytree(
45+
working_dir / "assets" / "logo" / "logo.ico" ,
46+
install_path,
47+
dirs_exist_ok=True,
48+
)
4449
shutil.copy2(
4550
working_dir / "assets" / "interface.json",
4651
install_path,

0 commit comments

Comments
 (0)