From ef019a9ae334032b8cebcda8ac12e7d1fef9c7e9 Mon Sep 17 00:00:00 2001 From: tux3 Date: Thu, 10 Dec 2015 00:05:07 +0100 Subject: [PATCH] Update windows update keys --- src/net/autoupdate.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/net/autoupdate.cpp b/src/net/autoupdate.cpp index 34116ae7c..27a43b56d 100644 --- a/src/net/autoupdate.cpp +++ b/src/net/autoupdate.cpp @@ -48,8 +48,8 @@ const QString AutoUpdater::updateServer = "https://qtox-win.pkg.tox.chat"; unsigned char AutoUpdater::key[crypto_sign_PUBLICKEYBYTES] = { - 0xd6, 0x32, 0x8a, 0x08, 0xf9, 0xed, 0x14, 0x8a, 0xad, 0x97, 0xa1, 0x33, 0xc5, 0xe2, 0x6c, 0x77, - 0x3b, 0x51, 0xa2, 0x70, 0xc2, 0xd5, 0xc1, 0x5e, 0x31, 0xda, 0x2a, 0x39, 0x9e, 0xf6, 0x99, 0x7e + 0x20, 0x89, 0x39, 0xaa, 0x9a, 0xe8, 0xb5, 0x21, 0x0e, 0xac, 0x02, 0xa9, 0xc4, 0x92, 0xd9, 0xa2, + 0x17, 0x83, 0xbd, 0x78, 0x0a, 0xda, 0x33, 0xcd, 0xa5, 0xc6, 0x44, 0xc7, 0xfc, 0xed, 0x00, 0x13 }; #elif defined(Q_OS_OSX)