Skip to content

Commit

Permalink
Add path for Rider via Mac Toolbox (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid authored Jan 22, 2024
1 parent 19e9060 commit a83e0dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/DiffEngine/Implementation/Rider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ public static Definition Rider()
Osx: new(
"rider",
launchArguments,
"/Applications/Rider.app/Contents/MacOS/"),
"/Applications/Rider.app/Contents/MacOS/",
"/usr/local/bin/"),
Linux: new(
"rider.sh",
launchArguments,
Expand Down

0 comments on commit a83e0dd

Please sign in to comment.