diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-07-24 12:35:13 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-07-24 12:49:47 +0100 |
| commit | eed66f74a37ccbe28a4fd26e08f0a72350164d1a (patch) | |
| tree | 7b5f85aab102287abf219279886a73b97d601811 | |
| parent | 18d74ef22c15ccc4b26c485d71ffbd29505984da (diff) | |
| download | mullvadvpn-eed66f74a37ccbe28a4fd26e08f0a72350164d1a.tar.xz mullvadvpn-eed66f74a37ccbe28a4fd26e08f0a72350164d1a.zip | |
- Migrate to using new command `electron-builder` instead of deprecated `build`
- Use default name for electron-builder config
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | electron-builder.yml (renamed from distribution.yml) | 0 | ||||
| -rw-r--r-- | package.json | 2 |
3 files changed, 2 insertions, 2 deletions
@@ -28,7 +28,7 @@ - **test/** - tests - **scripts/** - support scripts for development - **init.js** - entry file for electron, points to compiled **main.js** -- **distribution.yml** - distribution configuration +- **electron-builder.yml** - distribution configuration ## App diagram diff --git a/distribution.yml b/electron-builder.yml index e46da6d86b..e46da6d86b 100644 --- a/distribution.yml +++ b/electron-builder.yml diff --git a/package.json b/package.json index 8170473eb0..729ded0e96 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "private:build:mac": "npm run private:build -- --mac", "private:build:win": "npm run private:build -- --win", "private:build:linux": "npm run private:build -- --linux", - "private:build": "build --config distribution.yml", + "private:build": "electron-builder", "private:watch": "npm run private:compile -- --source-maps true --watch --skip-initial-build", "private:serve": "babel-node scripts/serve.js", "private:compile": "babel app/ --copy-files --ignore *.sw.js --out-dir build", |
