From 66c0b12f3fb0475cb4676c914503fc2175928e87 Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Wed, 12 Jul 2023 23:42:10 +0800 Subject: [PATCH] update: macos zoteroBinPath tip --- scripts/zotero-cmd-default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zotero-cmd-default.json b/scripts/zotero-cmd-default.json index b6a8783..9be4de9 100644 --- a/scripts/zotero-cmd-default.json +++ b/scripts/zotero-cmd-default.json @@ -4,7 +4,7 @@ "killZoteroUnix": "kill -9 $(ps -x | grep zotero)", "exec": { "@comment-zoteroBinPath": "Please input the path of the Zotero binary file in `zoteroBinPath`.", - "@comment-zoteroBinPath-tip": "The path delimiter should be escaped as `\\` for win32.", + "@comment-zoteroBinPath-tip": "The path delimiter should be escaped as `\\` for win32. The path is `*/Zotero.app/Contents/MacOS/zotero` for MacOS.", "zoteroBinPath": "/path/to/zotero.exe", "@comment-profilePath": "Please input the path of the profile used for development in `profilePath`.",