🎨 桌面端自动下载更新安装包 https://github.com/siyuan-note/siyuan/issues/5837

This commit is contained in:
Liang Ding 2022-09-09 09:37:41 +08:00
parent 0b92256f80
commit 523a037bb7
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
6 changed files with 6 additions and 6 deletions

View file

@ -241,7 +241,7 @@ func AutoRefreshCheck() {
time.Sleep(3 * time.Minute)
checkDownloadInstallPkg()
if "" != getNewVerInstallPkgPath() {
util.PushMsg(Conf.Language(61), 0)
util.PushMsg(Conf.Language(62), 0)
}
}()