diff --git a/src/autoupdate.h b/src/autoupdate.h index 3937e3b20..fad491d80 100644 --- a/src/autoupdate.h +++ b/src/autoupdate.h @@ -22,8 +22,8 @@ #include #include -/// 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)