Make the update checker fetch new signature (".sig2") file.

This commit is contained in:
LoRd_MuldeR 2015-08-24 22:49:45 +02:00
parent cdd7be0409
commit 96f54a170e

View File

@ -541,7 +541,7 @@ bool UpdateChecker::getUpdateInfo(const QString &url, const QString &outFileVers
} }
log("", "Downloading signature:"); log("", "Downloading signature:");
if(!getFile(QString("%1%2.sig").arg(url, mirror_url_postfix[m_betaUpdates ? 1 : 0]), outFileSign)) if(!getFile(QString("%1%2.sig2").arg(url, mirror_url_postfix[m_betaUpdates ? 1 : 0]), outFileSign))
{ {
return false; return false;
} }