mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Ignore non fully-numeric version tags (so ignores -beta1)
This commit is contained in:
parent
a17d2fba41
commit
a216717aca
1 changed files with 3 additions and 3 deletions
|
|
@ -43,6 +43,6 @@ Builds:
|
|||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags .*[0-9]$
|
||||
CurrentVersion: 1.4-beta1
|
||||
CurrentVersionCode: 5
|
||||
UpdateCheckMode: Tags ^v[0-9.]+$
|
||||
CurrentVersion: '1.3'
|
||||
CurrentVersionCode: 4
|
||||
|
|
|
|||
Loading…
Reference in a new issue