From ea05fcd902f19c967cb6876b2fb1c905512f97a5 Mon Sep 17 00:00:00 2001 From: aynakeya Date: Tue, 4 Jun 2024 19:48:51 +0800 Subject: [PATCH] update miaosic source dependency --- internal/updater/application.go | 1 + pkg/miaosic | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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