mirror of https://github.com/qTox/qTox.git
Browse Source
We didn't use to have a nightly tag, so git describe would include the verison of the last release even for nightly or dev builds. Now that the nightly tag exists, which is required for github release craeation, it breaks out git describe parsing, and there's no way for us to tell if a user is behind the next release or not. Instead just don't check update status if the user isn't on a release tagged version.reviewable/pr6468/r7
2 changed files with 9 additions and 7 deletions
Loading…
Reference in new issue