mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 21:44:55 +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
1bf4a20734
@ -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