🎨 改进自动下载安装包
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
Reference in a new issue