mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
🎨 改进自动下载安装包
This commit is contained in:
parent
8166eaf879
commit
3d85978248
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ func checkDownloadInstallPkg() {
|
|||
defer checkDownloadInstallPkgLock.Unlock()
|
||||
|
||||
downloadPkgURL, checksum, err := getUpdatePkg()
|
||||
if nil != err {
|
||||
if nil != err || "" == downloadPkgURL || "" == checksum {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue