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