From f3fc638cfd10b53967c62303229069ac81704db2 Mon Sep 17 00:00:00 2001 From: Justin <153443117+justin025@users.noreply.github.com> Date: Sun, 6 Oct 2024 18:00:18 +0000 Subject: [PATCH] Update build_mac.sh Signed-off-by: Justin <153443117+justin025@users.noreply.github.com> --- scripts/build_mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_mac.sh b/scripts/build_mac.sh index c1b651e..2cd09a0 100755 --- a/scripts/build_mac.sh +++ b/scripts/build_mac.sh @@ -55,7 +55,7 @@ pyinstaller --windowed \ $FFBIN \ --paths="src/onthespot" \ --name=$NAME \ - --icon="src/onthespot/resources/onthespot.png" \ + --icon="src/onthespot/resources/icons/onthespot.png" \ src/portable.py # Set executable permissions