Skip to content

Commit 4c88bb5

Browse files
committed
1.修改版本检查问题
1 parent cdd6427 commit 4c88bb5

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/xwintop/xJavaFxTool/utils/VersionChecker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static boolean checkNewVersion() {
2626

2727
if (latestVersion == null) {
2828
log.info("检查新版本失败");
29-
return;
29+
return false;
3030
}
3131

3232
if (isLargerThanCurrent(latestVersion)) {
-2.46 KB
Binary file not shown.

0 commit comments

Comments
 (0)