Prevent .deb packages from being opened with archive manager. #7502

Merged
Ruk33 merged 11 commits from 7495-deb-update-fails-to-launch-on-ubuntu into master 2022-07-07 22:48:43 +02:00
Showing only changes of commit 620126d255 - Show all commits

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();
});
});