Fix more files for combined repos
This commit is contained in:
parent
79ef3e3571
commit
c326a6c971
6 changed files with 9 additions and 20 deletions
|
@ -12,7 +12,7 @@ const getSymlinks = require('./symlinks');
|
|||
|
||||
|
||||
const ROOT = path.resolve(__dirname, '..');
|
||||
const addOmniExecPath = path.join(ROOT, '..', 'zotero-standalone-build', 'scripts', 'add_omni_file');
|
||||
const addOmniExecPath = path.join(ROOT, 'app', 'scripts', 'add_omni_file');
|
||||
let shouldAddOmni = false;
|
||||
|
||||
const source = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue