Skip to content

Commit

Permalink
Add homebrew path for BeyondCompare
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-richardson authored Aug 17, 2023
1 parent a720444 commit 5f91487
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ static BeyondCompareDiffProgram()
{
paths.Add("/usr/bin/bcompare");
paths.Add("/usr/local/bin/bcompare");
paths.Add("/opt/homebrew/bin/bcompare");
}
DefaultSearchPaths = paths;
}
Expand Down

0 comments on commit 5f91487

Please sign in to comment.