update deps

This commit is contained in:
Alex Dima 2020-09-21 14:07:25 +02:00
parent 6950069f37
commit 3c52c0fadf
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
8 changed files with 75 additions and 71 deletions

View file

@ -9,7 +9,8 @@ function createWindow() {
width: 800,
height: 600,
webPreferences: {
nodeIntegration: true
nodeIntegration: true,
worldSafeExecuteJavaScript: true
}
});
mainWindow.loadURL(`file://${__dirname}/electron-index.html`);