mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fetch windows updates over HTTPS
This commit is contained in:
parent
18484cb950
commit
1f88312a01
|
@ -47,7 +47,7 @@ const QString AutoUpdater::platform = "win64";
|
||||||
const QString AutoUpdater::platform = "win32";
|
const QString AutoUpdater::platform = "win32";
|
||||||
#endif
|
#endif
|
||||||
const QString AutoUpdater::updaterBin = "qtox-updater.exe";
|
const QString AutoUpdater::updaterBin = "qtox-updater.exe";
|
||||||
const QString AutoUpdater::updateServer = "http://45.79.166.124";
|
const QString AutoUpdater::updateServer = "https://qtox-win.pkg.tox.chat";
|
||||||
|
|
||||||
unsigned char AutoUpdater::key[crypto_sign_PUBLICKEYBYTES] =
|
unsigned char AutoUpdater::key[crypto_sign_PUBLICKEYBYTES] =
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user