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

This commit is contained in:
Liang Ding 2022-09-07 23:29:14 +08:00
parent 710959a8c1
commit 8f6ffd4dcd
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -237,6 +237,8 @@ func AutoRefreshCheck() {
go func() {
defer logging.Recover()
time.Sleep(3 * time.Minute)
checkDownloadInstallPkg()
if isExistUpdateInstallPkg() {
util.PushMsg(Conf.Language(61), 0)