Fix path to staging Zotero in test runner on Linux

This commit is contained in:
Dan Stillman 2023-04-29 07:21:20 -04:00
parent 78cc8cc8c9
commit 79ef3e3571

View file

@ -19,7 +19,7 @@ if [ -z "$Z_EXECUTABLE" ]; then
if [ "`uname`" == "Darwin" ]; then if [ "`uname`" == "Darwin" ]; then
Z_EXECUTABLE="$ROOT_DIR/app/staging/Zotero.app/Contents/MacOS/zotero" Z_EXECUTABLE="$ROOT_DIR/app/staging/Zotero.app/Contents/MacOS/zotero"
else else
Z_EXECUTABLE="$ROOT_DIR/app/staging/Zotero-x86_64/zotero" Z_EXECUTABLE="$ROOT_DIR/app/staging/Zotero_linux-x86_64/zotero"
fi fi
fi fi