Skip to content

Commit

Permalink
Merge pull request #17940 from JannesMeyer/patch-1
Browse files Browse the repository at this point in the history
Fix Alacritty bundle ID on macOS
  • Loading branch information
tidy-dev authored Jan 3, 2024
2 parents 32e3525 + 16a98fa commit 0d35d23
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 0d35d23

Please sign in to comment.