diff --git a/Makefile b/Makefile index c188eb8..f5b7eea 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,4 @@ app: cp Info.plist Browter.app/Contents/. install: app - ln -sf `pwd`/Browter.app/Contents/browter /usr/local/bin/browter + ln -sf `pwd`/Browter.app/Contents/MacOS/Browter /usr/local/bin/browter