mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 21:52:31 -05:00
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:
parent
075262823b
commit
434781e89b
2 changed files with 628 additions and 253 deletions
879
package-lock.json
generated
879
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue