diff options
| author | Martín Fdez <paziusss@gmail.com> | 2018-05-10 23:26:59 +0200 |
|---|---|---|
| committer | Martín Fdez <paziusss@gmail.com> | 2018-05-10 23:26:59 +0200 |
| commit | 34b9a04af5c46635442dce06b6e8ec9bfa1e51a3 (patch) | |
| tree | 03c548653c67128ee4662b19f72fc34be8ace0b4 | |
| parent | 01dcfe01bb7c88b5ddb4878cab2f68a8615b150b (diff) | |
| download | monzero-gui-34b9a04af5c46635442dce06b6e8ec9bfa1e51a3.tar.gz monzero-gui-34b9a04af5c46635442dce06b6e8ec9bfa1e51a3.tar.xz monzero-gui-34b9a04af5c46635442dce06b6e8ec9bfa1e51a3.zip | |
replace osx toolbar appname with CFBundleName
| -rw-r--r-- | share/Info.plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/Info.plist b/share/Info.plist index d4c06b4f..d1b91a8d 100644 --- a/share/Info.plist +++ b/share/Info.plist @@ -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> |
