We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864c7d7 commit 80afbc0Copy full SHA for 80afbc0
Bundler.toml
@@ -4,7 +4,8 @@ version = 'v0.1.0-alpha.1'
4
bundle_identifier = 'dev.stackotter.delta-client'
5
category = 'public.app-category.games'
6
minimum_macos_version = '11.0'
7
+icon = 'AppIcon.icns'
8
9
[apps.DeltaClient.extra_plist_entries]
10
# Append the current commit hash to the user-facing version string
-CFBundleShortVersionString = "{VERSION}_{COMMIT_HASH}"
11
+CFBundleShortVersionString = "{VERSION}, commit: {COMMIT_HASH}"
Icon1024x1024.png renamed to Icon.png
0 commit comments