We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1831630 commit b22be52Copy full SHA for b22be52
install.py
@@ -41,6 +41,11 @@ def install_resource():
41
install_path / "resource",
42
dirs_exist_ok=True,
43
)
44
+ shutil.copytree(
45
+ working_dir / "assets" / "logo" / "logo.ico" ,
46
+ install_path,
47
+ dirs_exist_ok=True,
48
+ )
49
shutil.copy2(
50
working_dir / "assets" / "interface.json",
51
install_path,
0 commit comments