mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: fixing icon dir on setup.py
This commit is contained in:
parent
0a597acd26
commit
b6e8c7dd60
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ setup(
|
||||||
executables=[Executable(
|
executables=[Executable(
|
||||||
"torrent-client/main.py",
|
"torrent-client/main.py",
|
||||||
target_name="hydra-download-manager",
|
target_name="hydra-download-manager",
|
||||||
icon="images/icon.ico"
|
icon="build/icon.ico"
|
||||||
)]
|
)]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue