mirror of
https://github.com/ColdeZhang/Dominion.git
synced 2025-01-27 23:34:00 +08:00
修复潜在的无法版本更新问题
This commit is contained in:
parent
e810c873dd
commit
73421e89d6
@ -87,7 +87,7 @@ public class GiteaReleaseCheck {
|
||||
XLogger.info("更新内容:" + latest_release.message);
|
||||
XLogger.info("下载页面:" + latest_release.html_url);
|
||||
} else {
|
||||
XLogger.info("当前已是最新版本");
|
||||
XLogger.info("当前已是最新版本:" + current_version);
|
||||
}
|
||||
XLogger.info("================================");
|
||||
} catch (Exception e) {
|
||||
|
Loading…
Reference in New Issue
Block a user