Skip to content

Commit 80afbc0

Browse files
committed
Add app icon to Bundler.toml
1 parent 864c7d7 commit 80afbc0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Bundler.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ version = 'v0.1.0-alpha.1'
44
bundle_identifier = 'dev.stackotter.delta-client'
55
category = 'public.app-category.games'
66
minimum_macos_version = '11.0'
7+
icon = 'AppIcon.icns'
78

89
[apps.DeltaClient.extra_plist_entries]
910
# Append the current commit hash to the user-facing version string
10-
CFBundleShortVersionString = "{VERSION}_{COMMIT_HASH}"
11+
CFBundleShortVersionString = "{VERSION}, commit: {COMMIT_HASH}"
File renamed without changes.

0 commit comments

Comments
 (0)