When product is up-to-date the Updater saves metadata as well, to indicate up-to-dateness on next check
This commit is contained in:
parent
9657f9ae9c
commit
54846632f3
@ -102,6 +102,7 @@ wxUpdCheckThread::wxResult wxUpdCheckThread::DoCheckForUpdate()
|
|||||||
WriteUpdatePackageMeta();
|
WriteUpdatePackageMeta();
|
||||||
} else {
|
} else {
|
||||||
wxLogStatus(_("Update check complete. Your product is up to date."));
|
wxLogStatus(_("Update check complete. Your product is up to date."));
|
||||||
|
WriteUpdatePackageMeta();
|
||||||
return wxUpdUpToDate;
|
return wxUpdUpToDate;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user