mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 13:34:54 +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",
|
||||
description="Hydra Torrent Client",
|
||||
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