Merge pull request #631 from orryverducci/macos-icon

Add macOS specific icon
This commit is contained in:
AlexandreRouma 2022-02-03 15:04:46 +01:00 committed by GitHub
commit 71c95af711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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