Upgrade to Electron 12.0.1

Summary: Changelog: Upgraded to Electron 12.0.1

Reviewed By: fabiomassimo

Differential Revision: D27084184

fbshipit-source-id: 5d45c632f7fec78635287f1919ef1cf0b2b458ad
This commit is contained in:
Pascal Hartig
2021-03-17 16:31:07 -07:00
committed by Facebook GitHub Bot
parent f468f0e07d
commit 81252edf33
3 changed files with 13 additions and 12 deletions

View File

@@ -288,6 +288,7 @@ function createWindow() {
nodeIntegration: true,
webviewTag: true,
nativeWindowOpen: true,
contextIsolation: false,
},
});
win.once('ready-to-show', () => {