1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Fix typo in autoupdate

This commit is contained in:
tux3 2015-12-09 13:34:02 +01:00
parent cb8b9dc913
commit c42d668032
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -48,7 +48,7 @@ const QString AutoUpdater::updateServer = "https://212.47.234.181";
unsigned char AutoUpdater::key[crypto_sign_PUBLICKEYBYTES] =
{
0xd6, 0x32, 0x8a, 0x08, 0xf9, 0xed, 0x14, 0x8a, 0xad, 0x97, 0xa1, 0x33, 0xc5, 0xe2, 0x6c, 0x77
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
};