mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Wallflow: Skip pre-release tags
This commit is contained in:
parent
84d1d10e4d
commit
844927fb7c
2 changed files with 2 additions and 2 deletions
|
|
@ -646,7 +646,7 @@ Builds:
|
|||
AllowedAPKSigningKeys: 1546a9c1ffa4482504fa41c8b4d66ebaa387b96bd87cea2a148133876ed87dd4
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
VercodeOperation:
|
||||
- '%c * 100 + 1'
|
||||
- '%c * 100 + 2'
|
||||
|
|
|
|||
|
|
@ -1006,7 +1006,7 @@ Builds:
|
|||
AllowedAPKSigningKeys: 1546a9c1ffa4482504fa41c8b4d66ebaa387b96bd87cea2a148133876ed87dd4
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
VercodeOperation:
|
||||
- '%c * 100 + 1'
|
||||
- '%c * 100 + 2'
|
||||
|
|
|
|||
Loading…
Reference in a new issue