Skip to content

Commit

Permalink
Fix Versions in Info.plist (Fix #2679) (#2740)
Browse files Browse the repository at this point in the history
  • Loading branch information
thestr4ng3r committed Sep 10, 2021
1 parent f4227d5 commit 3c4fe78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/macos/Info.plist.in
Expand Up @@ -7,9 +7,9 @@
<key>CFBundleExecutable</key>
<string>cutter</string>
<key>CFBundleVersion</key>
<string>@FULL_VERSION@</string>
<string>@CUTTER_VERSION_FULL@</string>
<key>CFBundleShortVersionString</key>
<string>@FULL_VERSION@</string>
<string>@CUTTER_VERSION_FULL@</string>
<key>NSHumanReadableCopyright</key>
<string>Licensed under the GPLv3 by the Cutter developers.</string>
<key>CFBundleIconFile</key>
Expand Down

0 comments on commit 3c4fe78

Please sign in to comment.