🎨 桌面端自动下载更新安装包 https://github.com/siyuan-note/siyuan/issues/5837
This commit is contained in:
parent
710959a8c1
commit
8f6ffd4dcd
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue