replace osx toolbar appname with CFBundleName

This commit is contained in:
Martín Fdez 2018-05-10 23:26:59 +02:00
parent 01dcfe01bb
commit 34b9a04af5

View file

@ -19,6 +19,9 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>monero-wallet-gui</string> <string>monero-wallet-gui</string>
<key>CFBundleName</key>
<string>Monero GUI</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>org.monero-project.monero-wallet-gui</string> <string>org.monero-project.monero-wallet-gui</string>