Fix runtest.sh linux firefox executable path
This commit is contained in:
parent
01b8b550b8
commit
44e1f71908
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ if [ -z "$FX_EXECUTABLE" ]; then
|
|||
if [ "`uname`" == "Darwin" ]; then
|
||||
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"
|
||||
FX_EXECUTABLE="$( dirname "$ROOT_DIR" )/zotero-standalone-build/xulrunner/firefox-x86_64/firefox"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue