chore: remove obsolete macOS warning
We don't support that macOS version. This check also never worked, as we never set the platform to that value. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
d25452a64e
commit
0aaec9ae4f
3 changed files with 2 additions and 15 deletions
|
@ -68,7 +68,7 @@ class Config {
|
|||
|
||||
bool UPDATER_ENABLED = false;
|
||||
|
||||
/// A short string identifying this build's platform. For example, "lin64" or "win32".
|
||||
/// A short string identifying this build's platform or distribution.
|
||||
QString BUILD_PLATFORM;
|
||||
|
||||
/// A string containing the build timestamp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue