Change default autoupdate URL.

This commit is contained in:
John Preston 2021-09-13 16:33:31 +03:00
parent c6097d3d11
commit e99f650eaa

View file

@ -545,7 +545,7 @@ const QString &readAutoupdatePrefixRaw() {
return AutoupdatePrefix(value);
}
}
return AutoupdatePrefix("https://updates.tdesktop.com");
return AutoupdatePrefix("https://td.telegram.org");
}
void writeAutoupdatePrefix(const QString &prefix) {