mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
maybe fixed updates on macos
This commit is contained in:
parent
b7e86a8de6
commit
df2cfa73f0
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ void Updates::checkForUpdates()
|
|||
this->updateGuideLink_ = updateGuide_val.toString();
|
||||
}
|
||||
#endif
|
||||
#if !defined(Q_OS_WIN) && !defined(Q_OS_MAC) && !defined(Q_OS_LINUX)
|
||||
#if !defined(Q_OS_WIN) && !defined(Q_OS_MACOS) && !defined(Q_OS_LINUX)
|
||||
return Failure;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue