Test updates 4a #7638

Closed
jessopb wants to merge 12 commits from test-updates-4a into master
Showing only changes of commit 620126d255 - 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();
}); });