diff --git a/scripts/start.mjs b/scripts/start.mjs index 268d160..09b6f85 100644 --- a/scripts/start.mjs +++ b/scripts/start.mjs @@ -56,7 +56,7 @@ if (existsSync(profilePath)) { throw new Error("The given Zotero profile does not exist."); } -const startZotero = `"${zoteroBinPath}" --debugger --purgecaches -profile ${profilePath}`; +const startZotero = `"${zoteroBinPath}" --debugger --purgecaches -profile "${profilePath}"`; execSync(startZotero); exit(0);