From e09ff0b4b0654fd6dbcf8c0bdc73fdb9ae7d8016 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Sun, 10 Jul 2022 23:55:57 +0300 Subject: 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. --- extra/osx/Alacritty.app/Contents/Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/osx/Alacritty.app/Contents/Info.plist') 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 @@ CFBundleExecutable alacritty CFBundleIdentifier - io.alacritty + org.alacritty CFBundleInfoDictionaryVersion 6.0 CFBundleName -- cgit v1.2.3-54-g00ecf