🎨 改进自动下载安装包

This commit is contained in:
Liang Ding 2022-09-20 10:32:28 +08:00
parent 8166eaf879
commit 3d85978248
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -90,7 +90,7 @@ func checkDownloadInstallPkg() {
defer checkDownloadInstallPkgLock.Unlock()
downloadPkgURL, checksum, err := getUpdatePkg()
if nil != err {
if nil != err || "" == downloadPkgURL || "" == checksum {
return
}