Update test 3b #7637

Closed
jessopb wants to merge 14 commits from update-test-3b into master
Showing only changes of commit fd457701b5 - Show all commits

View file

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