mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
MakeACopy: restrict auto-update to stable tags only
This commit is contained in:
parent
bdb14a8562
commit
46f7528558
1 changed files with 1 additions and 1 deletions
|
|
@ -646,7 +646,7 @@ Builds:
|
|||
AllowedAPKSigningKeys: ae322d3fb71afe21df4727e37a5c6803511d5a2fe1fc3135430cee0699fa1b34
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckMode: Tags ^v[0-9]+\.[0-9]+\.[0-9]+$
|
||||
VercodeOperation:
|
||||
- 10 * %c + 1
|
||||
- 10 * %c + 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue