Skip to content

Commit

Permalink
Merge pull request #48 from fhilipecrash/build/add-torrent-client-icon
Browse files Browse the repository at this point in the history
build: add icon to client torrent exe
  • Loading branch information
Hydra authored Apr 20, 2024
2 parents 23433b6 + 4876594 commit 1bf4a20
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 1bf4a20

Please sign in to comment.