Skip to content

Commit

Permalink
Update more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxa committed Sep 26, 2020
1 parent 1f6d3ee commit a1c88bb
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 380 deletions.
4 changes: 3 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const BrowserWindow = electron.BrowserWindow;
const windowStateKeeper = require('electron-window-state');

electron.app.ApplicationStart = Date.now();
electron.app.MainFilename = process.mainModule.filename;

// Report crashes to our server.
//require('crash-reporter').start();
Expand Down Expand Up @@ -67,7 +68,8 @@ app.on('ready', () => {
width: mainWindowState.width,
height: mainWindowState.height,
webPreferences: {
nodeIntegration: true
nodeIntegration: true,
enableRemoteModule: true,
},
});

Expand Down
Loading

0 comments on commit a1c88bb

Please sign in to comment.