Skip to content

Commit

Permalink
Merge pull request #43 from matt-richardson/mattr/homebrew-bcompare
Browse files Browse the repository at this point in the history
Add homebrew path for BeyondCompare
  • Loading branch information
droyad authored Aug 20, 2023
2 parents a720444 + 5f91487 commit 7f2bf40
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 7f2bf40

Please sign in to comment.