This commit is contained in:
zeppi 2022-07-06 12:46:23 -04:00
parent 44bb539cfb
commit fd457701b5

View file

@ -463,7 +463,7 @@ ipcMain.on('download-upgrade', (event, params) => {
autoUpdater.downloadUpdate();
return;
}
const { url, options } = params;
const dir = fs.mkdtempSync(app.getPath('temp') + path.sep);
@ -562,4 +562,4 @@ ipcMain.on('upgrade', (event, installerPath) => {
shell.openPath(installerPath);
});
app.quit();
});
});