diff options
author | Theodore Dubois <tblodt@icloud.com> | 2017-12-13 09:52:36 -0800 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-12-13 09:52:36 -0800 |
commit | 94caa7667da2baba3c762e661a84a806d2212731 (patch) | |
tree | 9678b17fceaf65d402e180c9a087f7dfe215fb46 /assets/osx/Alacritty.app/Contents/Info.plist | |
parent | 9bdac6b50aa911cd8f94624a1084a1ba35be6ed4 (diff) | |
download | alacritty-94caa7667da2baba3c762e661a84a806d2212731.tar.gz alacritty-94caa7667da2baba3c762e661a84a806d2212731.zip |
Remove the launcher and set the locale/current directory in alacritty (#879)
Diffstat (limited to 'assets/osx/Alacritty.app/Contents/Info.plist')
-rw-r--r-- | assets/osx/Alacritty.app/Contents/Info.plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/osx/Alacritty.app/Contents/Info.plist b/assets/osx/Alacritty.app/Contents/Info.plist index 77053db1..9016ca4d 100644 --- a/assets/osx/Alacritty.app/Contents/Info.plist +++ b/assets/osx/Alacritty.app/Contents/Info.plist @@ -5,9 +5,9 @@ <key>CFBundleDisplayName</key> <string>Alacritty</string> <key>CFBundleExecutable</key> - <string>launcher</string> - <!-- <key>CFBundleIdentifier</key> --> - <!-- <string>alacritty</string> --> + <string>alacritty</string> + <key>CFBundleIdentifier</key> + <string>io.alacritty</string> <key>CFBundleName</key> <string>Alacritty</string> <key>CFBundleIconFile</key> |