Test with /Applications/Firefox Unbranded.app by default on OS X
This commit is contained in:
parent
a0843f3171
commit
a5d74ceb81
|
@ -17,7 +17,7 @@ function makePath {
|
||||||
DEBUG=false
|
DEBUG=false
|
||||||
if [ -z "$FX_EXECUTABLE" ]; then
|
if [ -z "$FX_EXECUTABLE" ]; then
|
||||||
if [ "`uname`" == "Darwin" ]; then
|
if [ "`uname`" == "Darwin" ]; then
|
||||||
FX_EXECUTABLE="/Applications/Firefox.app/Contents/MacOS/firefox"
|
FX_EXECUTABLE="/Applications/Firefox Unbranded.app/Contents/MacOS/firefox"
|
||||||
else
|
else
|
||||||
FX_EXECUTABLE="firefox"
|
FX_EXECUTABLE="firefox"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user