Reset accidental change from 7fcc1d35
This commit is contained in:
parent
af66712c77
commit
ab2bec936e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ function makePath {
|
|||
|
||||
if [ -z "$FX_EXECUTABLE" ]; then
|
||||
if [ "`uname`" == "Darwin" ]; then
|
||||
FX_EXECUTABLE="$( dirname "$ROOT_DIR" )/zotero-standalone-build-60/xulrunner/Firefox.app/Contents/MacOS/firefox"
|
||||
FX_EXECUTABLE="$( dirname "$ROOT_DIR" )/zotero-standalone-build/xulrunner/Firefox.app/Contents/MacOS/firefox"
|
||||
else
|
||||
FX_EXECUTABLE="$( dirname "$ROOT_DIR" )/zotero-standalone-build/xulrunner/firefox-x86_64/firefox"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue