Bug fixes
This commit is contained in:
parent
656adefb56
commit
1e107b3b6e
@ -197,7 +197,7 @@ void QSimpleUpdater::checkDownloadedVersion(QNetworkReply *reply) {
|
|||||||
// Also, we will only reach this code when we finish comparing
|
// Also, we will only reach this code when we finish comparing
|
||||||
// the "3" in both the downloaded and the installed version.
|
// the "3" in both the downloaded and the installed version.
|
||||||
else {
|
else {
|
||||||
if (_installed.count() > _download.count()) {
|
if (_installed.count() < _download.count()) {
|
||||||
_new_update = true;
|
_new_update = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user