diff --git a/make_macos_bundle.sh b/make_macos_bundle.sh index 8ef5bec5..0bac1821 100644 --- a/make_macos_bundle.sh +++ b/make_macos_bundle.sh @@ -19,7 +19,7 @@ bundle_create_struct $BUNDLE cp -R root/res/* $BUNDLE/Contents/Resources/ # Create the icon file -bundle_create_icns root/res/icons/sdrpp.png $BUNDLE/Contents/Resources/sdrpp +bundle_create_icns root/res/icons/sdrpp.macos.png $BUNDLE/Contents/Resources/sdrpp # Create the property list bundle_create_plist sdrpp SDR++ org.sdrpp.sdrpp 1.0.5 sdrp sdrpp sdrpp $BUNDLE/Contents/Info.plist diff --git a/root/res/icons/sdrpp.macos.png b/root/res/icons/sdrpp.macos.png new file mode 100644 index 00000000..6142aaf7 Binary files /dev/null and b/root/res/icons/sdrpp.macos.png differ