diff --git a/internal/updater/application.go b/internal/updater/application.go index a361694..d4b21da 100644 --- a/internal/updater/application.go +++ b/internal/updater/application.go @@ -51,6 +51,7 @@ func CheckUpdate() (model.VersionInfo, bool) { return model.VersionInfo{}, false } result := gjson.ParseBytes(resp.Body()) + log.Infof("check update result: %s", result.String()) if !result.Get("data.has_update").Bool() { log.Infof("no update available") return model.VersionInfo{}, false diff --git a/pkg/miaosic b/pkg/miaosic index 652e959..f6ee3ce 160000 --- a/pkg/miaosic +++ b/pkg/miaosic @@ -1 +1 @@ -Subproject commit 652e959c5a3aff368da4bc02d461402e0e91ae6d +Subproject commit f6ee3ce7125f50f84fce9abe051385322f6c0962