diff --git a/src/net/autoupdate.cpp b/src/net/autoupdate.cpp index 50216a5da..af8b35c5a 100644 --- a/src/net/autoupdate.cpp +++ b/src/net/autoupdate.cpp @@ -478,10 +478,10 @@ bool AutoUpdater::downloadUpdate() if (fileFile.open(QIODevice::ReadOnly) && fileFile.size() == (qint64)fileMeta.size) { qDebug() << "Skipping already downloaded file '" + fileMeta.installpath+ "'"; - fileFile.close(); progressValue = initialProgress + step; continue; } + fileFile.close(); qDebug() << "Downloading '" + fileMeta.installpath + "' ...";