mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
app semver check returns true if new version has more semvers to it
This commit is contained in:
parent
3abbca2bdd
commit
4b24dfc9f9
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class AppUpdateChecker {
|
|||
return true
|
||||
}
|
||||
}
|
||||
return false
|
||||
return newSemVer.size > oldSemVer.size
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue