diff --git a/.idea/dictionaries/develar.xml b/.idea/dictionaries/develar.xml index 72dd05273a1..7b29b2807f9 100644 --- a/.idea/dictionaries/develar.xml +++ b/.idea/dictionaries/develar.xml @@ -21,6 +21,7 @@ coroutine cpus crypto + cuint debian difflet digester @@ -47,6 +48,7 @@ insertmacro installmode instdir + isbinaryfile joliet keyserver libappindicator diff --git a/README.md b/README.md index 21e6e34f7bd..41781ad05e7 100755 --- a/README.md +++ b/README.md @@ -67,12 +67,13 @@ For a production app you need to sign your application, see [Where to buy code s 4. Add [scripts](https://docs.npmjs.com/cli/run-script) to the development `package.json`: ```json "scripts": { - "postinstall": "install-app-deps", "pack": "build --dir", "dist": "build" } ``` And then you can run `npm run dist` (to package in a distributable format (e.g. dmg, windows installer, deb package)) or `npm run pack` (useful to test). + + Add script `"postinstall": "install-app-deps"` if two package.json structure is used to automatically install application dependencies. 5. Install [required system packages](https://github.com/electron-userland/electron-builder/wiki/Multi-Platform-Build). diff --git a/package.json b/package.json index cbbc4123d55..491b801ce7a 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ ] }, "devDependencies": { - "@develar/semantic-release": "^6.3.3", + "@develar/semantic-release": "^6.3.4", "@types/debug": "0.0.28", "@types/mime": "0.0.28", "@types/progress": "^1.1.27",