From 1f76278d2b973bc2edf5400c95917f2e1bbfa5e0 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Sun, 27 Feb 2022 22:53:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AE=A2=E6=88=B7=E7=AB=AF?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/js/components/RightBottom.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/assets/js/components/RightBottom.vue b/resources/assets/js/components/RightBottom.vue index 8ff8e9d6..ec5f336a 100644 --- a/resources/assets/js/components/RightBottom.vue +++ b/resources/assets/js/components/RightBottom.vue @@ -65,6 +65,7 @@ export default { if (this.$Electron) { this.$Electron.registerMsgListener('downloadDone', ({result}) => { if (result.name == this.repoData.name && this.repoStatus !== 2) { + this.$store.state.clientNewVersion = this.repoReleases.tag_name this.downloadResult = result; this.updateWinShow = true; }