fix: reload.mjs startZotero command

This commit is contained in:
windingwind 2023-07-13 13:04:38 +08:00
parent 18476d9624
commit 229411ae61

View File

@ -7,7 +7,7 @@ const { addonID, addonName } = details.config;
const { version } = details;
const { zoteroBinPath, profilePath } = cmd.exec;
const startZotero = `${zoteroBinPath} --debugger --purgecaches -profile ${profilePath}`;
const startZotero = `"${zoteroBinPath}" --debugger --purgecaches -profile "${profilePath}"`;
const script = `
(async () => {