Skip to content

Commit 1b2b01d

Browse files
committed
feat: force to start the app after updated
1 parent 0bf157e commit 1b2b01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ipcMain.on('download-update', () => {
6161
})
6262

6363
ipcMain.on('quit-update', () => {
64-
autoUpdater.quitAndInstall(true)
64+
autoUpdater.quitAndInstall(true, true)
6565
})
6666

6767
autoUpdater.on('checking-for-update', () => {

0 commit comments

Comments
 (0)