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:
parent
350da58337
commit
fcd58b2c63
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user