Make the update checker fetch new signature (".sig2") file.
This commit is contained in:
parent
cdd7be0409
commit
96f54a170e
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user