diff --git a/Makefile b/Makefile index 16ab0a5..1dbefdd 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ bundle: build mkdir -p $(APP_BUNDLE)/Contents/MacOS $(APP_BUNDLE)/Contents/Resources cp .build/release/CodexBar $(APP_BUNDLE)/Contents/MacOS/ cp Packaging/Info.plist $(APP_BUNDLE)/Contents/Info.plist + cp Packaging/AppIcon.icns $(APP_BUNDLE)/Contents/Resources/ /usr/libexec/PlistBuddy \ -c "Set :CFBundleShortVersionString $(VERSION)" \ -c "Set :CFBundleVersion $(BUILD)" \ diff --git a/Packaging/AppIcon.icns b/Packaging/AppIcon.icns new file mode 100644 index 0000000..0baaa32 Binary files /dev/null and b/Packaging/AppIcon.icns differ diff --git a/Packaging/Info.plist b/Packaging/Info.plist index 0b7268b..29c09d7 100644 --- a/Packaging/Info.plist +++ b/Packaging/Info.plist @@ -10,6 +10,8 @@ com.gordonbeeming.CodexBar CFBundleInfoDictionaryVersion 6.0 + CFBundleIconFile + AppIcon CFBundleName CodexBar CFBundlePackageType diff --git a/README.md b/README.md index ea4f2d9..ebd407c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +

+ CodexBar icon +

+

CodexBar

diff --git a/docs/icon.png b/docs/icon.png new file mode 100644 index 0000000..39f654e Binary files /dev/null and b/docs/icon.png differ