You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-13 22:12:50 +02:00
Tools: Fixed Electron build
This commit is contained in:
@@ -28,6 +28,8 @@ async function main() {
|
||||
let exePath = `${__dirname}/../node_modules/.bin/electron-rebuild`;
|
||||
if (isWindows()) exePath += '.cmd';
|
||||
|
||||
process.chdir(`${__dirname}/..`);
|
||||
|
||||
if (isWindows()) {
|
||||
console.info(await execCommand([`"${exePath}"`, '--arch ia32'].join(' ')));
|
||||
console.info(await execCommand([`"${exePath}"`, '--arch x64'].join(' ')));
|
||||
|
Reference in New Issue
Block a user