1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-08 18:26:23 +01:00

Merge pull reqeust #1398

01dcfe0 fix typo on Info.plist
34b9a04 replace osx toolbar appname with CFBundleName
This commit is contained in:
luigi1111 2018-05-11 16:51:12 -05:00
commit f4ddb6faf9
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -19,6 +19,9 @@
<key>CFBundleExecutable</key>
<string>monero-wallet-gui</string>
<key>CFBundleName</key>
<string>Monero GUI</string>
<key>CFBundleIdentifier</key>
<string>org.monero-project.monero-wallet-gui</string>
@ -26,4 +29,4 @@
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
</dict>
</plist
</plist>