Browse Source

Fix typo in autoupdate

pull/2641/head
tux3 10 years ago
parent
commit
c42d668032
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 2
      src/net/autoupdate.cpp

2
src/net/autoupdate.cpp

@ -48,7 +48,7 @@ const QString AutoUpdater::updateServer = "https://212.47.234.181"; @@ -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
};

Loading…
Cancel
Save