Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aiqinxuancai committed Feb 5, 2024
1 parent ca5da25 commit fd39bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutoLinker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ void FneCheckNewVersion(void* pParams) {
std::string nowGithubVersion = "0.0.0";


if (strcmp(AUTOLINKER_VERSION, "0.0.1") == 0) {
if (strcmp(AUTOLINKER_VERSION, "0.0.0") == 0) {
//自行编译,无需检查版本更新
OutputStringToELog(std::format("自编译版本,不检查更新,当前版本:{}", currentVersion));
} else {
Expand Down

0 comments on commit fd39bf7

Please sign in to comment.