mirror of
https://github.com/desktop/desktop
synced 2024-10-30 06:03:10 +00:00
Fix Alacritty bundle ID
This commit is contained in:
parent
4a60eedd61
commit
16a98faf53
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue