Fix Alacritty bundle ID

This commit is contained in:
Jannes Meyer 2023-12-29 18:04:39 +01:00 committed by GitHub
parent 4a60eedd61
commit 16a98faf53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ function getBundleID(shell: Shell): string {
case Shell.Kitty:
return 'net.kovidgoyal.kitty'
case Shell.Alacritty:
return 'io.alacritty'
return 'org.alacritty'
case Shell.Tabby:
return 'org.tabby'
case Shell.WezTerm: