mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 18:54:37 +00:00
Merge pull reqeust #1398
01dcfe0
fix typo on Info.plist34b9a04
replace osx toolbar appname with CFBundleName
This commit is contained in:
commit
f4ddb6faf9
1 changed files with 4 additions and 1 deletions
|
@ -20,10 +20,13 @@
|
||||||
<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>
|
||||||
|
|
||||||
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
||||||
<true/>
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist
|
</plist>
|
||||||
|
|
Loading…
Reference in a new issue