Dependency upgrade.

This commit is contained in:
Daniel Scalzi
2020-08-10 17:41:57 -04:00
parent 0203295e7c
commit 46853157ec
5 changed files with 537 additions and 533 deletions

View File

@@ -102,7 +102,9 @@ function createWindow() {
webPreferences: {
preload: path.join(__dirname, 'app', 'assets', 'js', 'preloader.js'),
nodeIntegration: true,
contextIsolation: false
contextIsolation: false,
enableRemoteModule: true,
worldSafeExecuteJavaScript: false
},
backgroundColor: '#171614'
})