更新下载完毕后通知

This commit is contained in:
buvta
2021-01-01 22:55:14 +08:00
parent d247a2fa23
commit 69113c7a9a

View File

@@ -502,6 +502,7 @@ export default {
ipcRenderer.send('downloadUpdate')
ipcRenderer.on('update-downloaded', () => {
this.update.downloaded = true
this.$message.success('更新已下载完成Mac用户须手动点击“安装”其它系统会在退出后自动安装')
})
},
installUpdate () {