Skip to content

Commit

Permalink
build: add icon to client torrent exe
Browse files Browse the repository at this point in the history
  • Loading branch information
fhilipecrash committed Apr 20, 2024
1 parent 23433b6 commit 4876594
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion torrent-client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@
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"
)]
)

0 comments on commit 4876594

Please sign in to comment.