mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 15:12:44 +02:00
typo
This commit is contained in:
parent
e1fb01e6dd
commit
80ab2f31f4
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ void AutoUpdater::parseLatestVersionData() {
|
|||
|
||||
void AutoUpdater::checkVersionAndNotify() {
|
||||
if (QCoreApplication::applicationVersion() == "dev" || _builds.empty()) {
|
||||
// No version checking is required in dev builds or when not builds
|
||||
// No version checking is required in dev builds or when no build
|
||||
// data was found for the platform
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue