Skip to content

Commit

Permalink
Fix Alacritty bundle ID
Browse files Browse the repository at this point in the history
  • Loading branch information
JannesMeyer authored Dec 29, 2023
1 parent 4a60eed commit 16a98fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/lib/shells/darwin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 16a98fa

Please sign in to comment.