mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-20 21:04:17 +08:00
Fix CFBundleShortVersionString and CFBundleVersion values
This commit is contained in:
parent
4bc264e154
commit
88a92f8b2d
1 changed files with 2 additions and 2 deletions
|
@ -244,9 +244,9 @@ defmodule AppBuilder.MacOS do
|
|||
<key>CFBundleDisplayName</key>
|
||||
<string><%= app_name %></string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string><%= app_version %>on}</string>
|
||||
<string><%= app_version %></string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string><%= app_version %>on}</string>
|
||||
<string><%= app_version %></string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>AppIcon</string>
|
||||
<key>CFBundleIconName</key>
|
||||
|
|
Loading…
Reference in a new issue