Add macOS specific icon

This commit is contained in:
Orry Verducci 2022-02-03 12:57:38 +00:00
parent 3c19081561
commit 94cf720cfd
2 changed files with 1 additions and 1 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB