Demo: upgrade to electron 17.1.2
This commit is contained in:
parent
969abae6a3
commit
4cdab4016c
3 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,7 @@ app.on('ready', function () {
|
|||
const mainWindow = new electron.BrowserWindow({
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
contextIsolation: false,
|
||||
webviewTag: true
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue