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

Update outdated autoupdate comments

This commit is contained in:
Tux3/Mlkj 2015-01-26 09:50:56 +01:00 committed by Tux3 / Mlkj / !Lev.uXFMLA
parent 350da58337
commit fcd58b2c63
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -22,8 +22,8 @@
#include <QList>
#include <sodium.h>
/// For now we only support auto updates on Windows, although extending it is not a technical issue.
/// Linux and Mac users are expected to use their package managers or update manually through official channels.
/// For now we only support auto updates on Windows and OS X, although extending it is not a technical issue.
/// Linux users are expected to use their package managers or update manually through official channels.
#ifdef Q_OS_WIN
#define AUTOUPDATE_ENABLED 1
#elif defined(Q_OS_OSX)