refactor: 增量更新

pull/67/head
xiaojunnuo 2021-04-03 18:37:17 +08:00
parent 3396664443
commit 54c57535cd
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ function updateHandle (app, win, beforeQuit, quit, log) {
zip.extractAllTo(target, true)
log.info('安装完成重启app')
app.relaunch()
quit()
app.exit(0)
}
autoUpdater.on('error', function (error) {