Upgrade electron
This commit is contained in:
@@ -44,7 +44,10 @@ function createWindow() {
|
||||
var win = new BrowserWindow({
|
||||
show: false,
|
||||
width: 8000,
|
||||
height: 8000
|
||||
height: 8000,
|
||||
webPreferences: {
|
||||
nodeIntegration: true
|
||||
}
|
||||
});
|
||||
|
||||
// Load index.html
|
||||
|
||||
Reference in New Issue
Block a user