mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-09 11:42:21 +03:00
Merge pull request #48 from fhilipecrash/build/add-torrent-client-icon
build: add icon to client torrent exe
This commit is contained in:
commit
12505cef82
@ -12,5 +12,9 @@ setup(
|
|||||||
version="0.1",
|
version="0.1",
|
||||||
description="Hydra Torrent Client",
|
description="Hydra Torrent Client",
|
||||||
options={"build_exe": build_exe_options},
|
options={"build_exe": build_exe_options},
|
||||||
executables=[Executable("torrent-client/main.py", target_name="hydra-download-manager")]
|
executables=[Executable(
|
||||||
|
"torrent-client/main.py",
|
||||||
|
target_name="hydra-download-manager",
|
||||||
|
icon="images/icon.ico"
|
||||||
|
)]
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user