mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Change windows update host
This commit is contained in:
parent
059321d642
commit
244d6daca8
|
@ -41,7 +41,7 @@ const QString AutoUpdater::platform = "win64";
|
|||
const QString AutoUpdater::platform = "win32";
|
||||
#endif
|
||||
const QString AutoUpdater::updaterBin = "qtox-updater.exe";
|
||||
const QString AutoUpdater::updateServer = "https://s3.amazonaws.com/qtox-updater";
|
||||
const QString AutoUpdater::updateServer = "https://tux3-dev.tox.im";
|
||||
|
||||
unsigned char AutoUpdater::key[crypto_sign_PUBLICKEYBYTES] =
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user