We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edbceda commit 72fcaefCopy full SHA for 72fcaef
src/electron/ipc-api/autoUpdate.js
@@ -7,6 +7,7 @@ export default (params) => {
7
if (process.platform === 'darwin' || process.platform === 'win32') {
8
ipcMain.on('autoUpdate', (event, args) => {
9
try {
10
+ autoUpdater.autoInstallOnAppQuit = false;
11
autoUpdater.allowPrerelease = Boolean(params.settings.app.get('beta'));
12
if (args.action === 'check') {
13
autoUpdater.checkForUpdates();
0 commit comments