[MM-35483] Flip fuses on ELECTRON_RUN_AS_NODE (#1717)

* upgrade electron to 12, add fuses

* Fix error on linux afterpack

* Merge'd

* Update package-lock.json

* Edit afterpack.js

* Remove console statement

Co-authored-by: Guillermo Vaya <guivaya@gmail.com>
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
Devin Binnie
2021-09-09 15:32:34 -04:00
committed by GitHub
parent ed57722086
commit 54d82493bf
3 changed files with 128 additions and 11 deletions

View File

@@ -16,7 +16,7 @@
"url": "git://github.com/mattermost/desktop.git"
},
"config": {
"target": "12.0.1",
"target": "13.2.0",
"arch": "x64",
"target_arch": "x64",
"disturl": "https://electronjs.org/headers",
@@ -64,6 +64,7 @@
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.10.4",
"@babel/register": "^7.0.0",
"@electron/fuses": "^1.4.0",
"@storybook/addon-actions": "^6.2.9",
"@storybook/react": "^6.2.9",
"@types/auto-launch": "^5.0.1",