We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf157e commit 1b2b01dCopy full SHA for 1b2b01d
src/main.js
@@ -61,7 +61,7 @@ ipcMain.on('download-update', () => {
61
})
62
63
ipcMain.on('quit-update', () => {
64
- autoUpdater.quitAndInstall(true)
+ autoUpdater.quitAndInstall(true, true)
65
66
67
autoUpdater.on('checking-for-update', () => {
0 commit comments