fix MAS build: update to electron-builder@^22

We switched to Electron 6 for the MAS private API patch, but
electron-builder 20.x doesn't correctly support building Electron 6 for
MAS. A fix was introduced in version 22.0.0 of electron-builder.
See also:  electron-userland/electron-builder/pull/4154
This commit is contained in:
Christopher Willis-Ford 2020-01-15 15:00:10 -08:00
parent 075262823b
commit 434781e89b
2 changed files with 628 additions and 253 deletions

879
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -36,7 +36,7 @@
"babel-plugin-react-intl": "^2.3.1",
"copy-webpack-plugin": "^4.6.0",
"electron": "^6.1.7",
"electron-builder": "^20.44.4",
"electron-builder": "^22.2.0",
"electron-devtools-installer": "^2.2.4",
"electron-store": "^3.3.0",
"electron-webpack": "^2.7.4",