mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
fix(com.github.meypod.al_azan): change UpdateCheckMode tags regex
This commit is contained in:
parent
285f5e7bfa
commit
5d2c95c726
1 changed files with 1 additions and 1 deletions
|
|
@ -1530,7 +1530,7 @@ Builds:
|
|||
- reactNativeArchitectures=x86_64
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags .*[0-9]$
|
||||
UpdateCheckMode: Tags .*[0-9]+\.[0-9]+\.[0-9]+$
|
||||
VercodeOperation:
|
||||
- '%c * 1000 + 1'
|
||||
- '%c * 1000 + 2'
|
||||
|
|
|
|||
Loading…
Reference in a new issue