1
0
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:
tux3 2015-12-11 22:58:55 +01:00
parent 18484cb950
commit 1f88312a01
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -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] =
{ {