From b6e8c7dd60d874130e32eb285cc7ab4c023d0b08 Mon Sep 17 00:00:00 2001 From: Hydra Date: Sat, 4 May 2024 18:41:27 +0100 Subject: [PATCH] fix: fixing icon dir on setup.py --- torrent-client/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torrent-client/setup.py b/torrent-client/setup.py index 901a40b6..a8b8c2a5 100644 --- a/torrent-client/setup.py +++ b/torrent-client/setup.py @@ -15,6 +15,6 @@ setup( executables=[Executable( "torrent-client/main.py", target_name="hydra-download-manager", - icon="images/icon.ico" + icon="build/icon.ico" )] )