Use https in default auto-update prefix.

Fixes #4674.
This commit is contained in:
John Preston 2018-05-27 14:26:44 +03:00
parent c0896f5357
commit 0eb3d20250

View file

@ -2560,7 +2560,7 @@ const QString &readAutoupdatePrefixRaw() {
return AutoupdatePrefix(value);
}
}
return AutoupdatePrefix("http://updates.tdesktop.com");
return AutoupdatePrefix("https://updates.tdesktop.com");
}
#endif // TDESKTOP_DISABLE_AUTOUPDATE