mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 13:59:39 +08:00
✏️ 优化 updater reg 关闭逻辑
This commit is contained in:
parent
c9b06a4fa8
commit
865c90a85a
@ -43,9 +43,9 @@ func GetLazyData(path string, isReturnDataBytes, isDataMustEqual bool) ([]byte,
|
|||||||
} else {
|
} else {
|
||||||
filemd5 = (*[16]byte)(*(*unsafe.Pointer)(unsafe.Pointer(&ms)))
|
filemd5 = (*[16]byte)(*(*unsafe.Pointer)(unsafe.Pointer(&ms)))
|
||||||
logrus.Infoln("[file]从验证服务器获得文件md5:", hex.EncodeToString(filemd5[:]))
|
logrus.Infoln("[file]从验证服务器获得文件md5:", hex.EncodeToString(filemd5[:]))
|
||||||
|
}
|
||||||
|
}
|
||||||
_ = registry.Close()
|
_ = registry.Close()
|
||||||
}
|
|
||||||
}
|
|
||||||
lzmu.Unlock()
|
lzmu.Unlock()
|
||||||
|
|
||||||
if IsExist(path) {
|
if IsExist(path) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user