Fix path to staging Zotero in test runner on Linux
This commit is contained in:
parent
78cc8cc8c9
commit
79ef3e3571
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ if [ -z "$Z_EXECUTABLE" ]; then
|
|||
if [ "`uname`" == "Darwin" ]; then
|
||||
Z_EXECUTABLE="$ROOT_DIR/app/staging/Zotero.app/Contents/MacOS/zotero"
|
||||
else
|
||||
Z_EXECUTABLE="$ROOT_DIR/app/staging/Zotero-x86_64/zotero"
|
||||
Z_EXECUTABLE="$ROOT_DIR/app/staging/Zotero_linux-x86_64/zotero"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue