diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2022-07-10 23:55:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-10 23:55:57 +0300 |
commit | e09ff0b4b0654fd6dbcf8c0bdc73fdb9ae7d8016 (patch) | |
tree | b066ef6dcbc087408567cc8bcc65aa03a9072602 /extra/osx/Alacritty.app/Contents/Info.plist | |
parent | 694a52bcffeffdc9e163818c3b2ac5c39e26f1ef (diff) | |
download | alacritty-e09ff0b4b0654fd6dbcf8c0bdc73fdb9ae7d8016.tar.gz alacritty-e09ff0b4b0654fd6dbcf8c0bdc73fdb9ae7d8016.zip |
Use org.alacritty instead of io.alacritty
The common naming is reverse DNS, and given that alacritty is using
alacritty.org it makes more sense to use org.alacritty instead of
old io.alacritty.
Diffstat (limited to 'extra/osx/Alacritty.app/Contents/Info.plist')
-rw-r--r-- | extra/osx/Alacritty.app/Contents/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/osx/Alacritty.app/Contents/Info.plist b/extra/osx/Alacritty.app/Contents/Info.plist index 37ea41dc..593b9c6b 100644 --- a/extra/osx/Alacritty.app/Contents/Info.plist +++ b/extra/osx/Alacritty.app/Contents/Info.plist @@ -7,7 +7,7 @@ <key>CFBundleExecutable</key> <string>alacritty</string> <key>CFBundleIdentifier</key> - <string>io.alacritty</string> + <string>org.alacritty</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> |