fix: fixing icon dir on setup.py

This commit is contained in:
Hydra 2024-05-04 18:41:27 +01:00
parent 0a597acd26
commit b6e8c7dd60

View File

@ -15,6 +15,6 @@ setup(
executables=[Executable(
"torrent-client/main.py",
target_name="hydra-download-manager",
icon="images/icon.ico"
icon="build/icon.ico"
)]
)