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

Enable auto-updates for OS X

This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-11-14 00:01:49 +01:00
parent d566f5f9b3
commit 66eebc2e11
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -27,7 +27,7 @@
#ifdef Q_OS_WIN
#define AUTOUPDATE_ENABLED 1
#elif defined(Q_OS_OSX)
#define AUTOUPDATE_ENABLED 0
#define AUTOUPDATE_ENABLED 1
#else
#define AUTOUPDATE_ENABLED 0
#endif