mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
fix: fixing icon dir on setup.py
This commit is contained in:
@@ -15,6 +15,6 @@ setup(
|
||||
executables=[Executable(
|
||||
"torrent-client/main.py",
|
||||
target_name="hydra-download-manager",
|
||||
icon="images/icon.ico"
|
||||
icon="build/icon.ico"
|
||||
)]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user