Update eletron to v15, target node 16 to match.

This commit is contained in:
Daniel Scalzi
2021-10-14 23:55:31 -04:00
parent 430e840514
commit a2168da999
6 changed files with 9 additions and 12 deletions

View File

@@ -88,9 +88,6 @@ ipcMain.on('distributionIndexDone', (event, res) => {
// https://electronjs.org/docs/tutorial/offscreen-rendering
app.disableHardwareAcceleration()
// https://github.com/electron/electron/issues/18397
app.allowRendererProcessReuse = true
// Keep a global reference of the window object, if you don't, the window will
// be closed automatically when the JavaScript object is garbage collected.
let win