Updated icons and references to Noodl, plus build scripts

This commit is contained in:
Richard Osborne
2024-05-02 22:23:53 +02:00
parent ecf124d43d
commit 91fc18437b
19 changed files with 747 additions and 59 deletions

View File

@@ -70,6 +70,14 @@ import { getCurrentPlatform } from '../helper';
// NOTE: Getting error "Cannot set properties of null (setting 'dev')" here,
// It basically means that some package is not relative to this path.
console.log("--- Run 'npm install' ...");
if (platform === "darwin") {
execSync(`npm install electron-notarize`, {
stdio: 'inherit',
env: process.env
})
}
execSync(`npm install --arch=${arch} --scope noodl-editor`, {
stdio: 'inherit',
env: process.env