mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-09 03:37:45 +03:00
build: add icon to client torrent exe
This commit is contained in:
parent
9d159dcf95
commit
730e560964
@ -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