mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 15:15:13 +00:00
Change default autoupdate URL.
This commit is contained in:
@@ -545,7 +545,7 @@ const QString &readAutoupdatePrefixRaw() {
|
|||||||
return AutoupdatePrefix(value);
|
return AutoupdatePrefix(value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return AutoupdatePrefix("https://updates.tdesktop.com");
|
return AutoupdatePrefix("https://td.telegram.org");
|
||||||
}
|
}
|
||||||
|
|
||||||
void writeAutoupdatePrefix(const QString &prefix) {
|
void writeAutoupdatePrefix(const QString &prefix) {
|
||||||
|
Reference in New Issue
Block a user