Skip to content

Instantly share code, notes, and snippets.

@dixudx
Forked from njleonzhang/Free_Beyond_Compare.md
Created November 29, 2016 09:44
Show Gist options
  • Save dixudx/6a6569b4c2b9c85967a6c8366c5314cb to your computer and use it in GitHub Desktop.
Save dixudx/6a6569b4c2b9c85967a6c8366c5314cb to your computer and use it in GitHub Desktop.
Free Beyond Compare by unlimited trail

1 . goto beyond compare folder

 cd "/Applications/Beyond Compare.app/Contents/MacOS/"

2 . rename BCompare to BCompare.real

 mv BCompare BCompare.real

3 . new a file named BCompare

 touch BCompare

4 . write following code into BCompare

#! /bin/bash
if [ -f $HOME/Library/Application\ Support/Beyond\ Compare/registry.dat ]
then
    rm $HOME/Library/Application\ Support/Beyond\ Compare/registry.dat
fi
"/Applications/Beyond Compare.app/Contents/MacOS/BCompare.real" &

5 . make BCompare executable.

chmond +x BCompare

refer to: beyond-compare-4-for-mac-unlimited

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment