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:
Simon Rozman 2016-05-24 23:18:10 +02:00
parent 9657f9ae9c
commit 54846632f3

View File

@ -102,6 +102,7 @@ wxUpdCheckThread::wxResult wxUpdCheckThread::DoCheckForUpdate()
WriteUpdatePackageMeta();
} else {
wxLogStatus(_("Update check complete. Your product is up to date."));
WriteUpdatePackageMeta();
return wxUpdUpToDate;
}
} else {