Build fixage for the changed build config

This commit is contained in:
Petr Mrázek
2014-04-06 03:48:59 +02:00
parent e58e2643ca
commit f9169654c5
5 changed files with 350 additions and 147 deletions

View File

@ -408,7 +408,9 @@ DownloadUpdateTask::processFileLists(NetJob *job,
if (isUpdater)
{
if(BuildConfig.UPDATER_FORCE_LOCAL)
{
QLOG_DEBUG() << "Skipping updater download and using local version.";
}
else
{
auto cache_entry = MMC->metacache()->resolveEntry("root", entry.path);