mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-25 15:15:12 +00:00
Fix ArchivePolicy for splitted apps
This commit is contained in:
parent
a66b9f7fb0
commit
20db8e9fce
4 changed files with 4 additions and 0 deletions
|
|
@ -279,6 +279,7 @@ Builds:
|
|||
- noSplits
|
||||
- ABI_FILTERS=arm64-v8a
|
||||
|
||||
ArchivePolicy: 12 versions
|
||||
AutoUpdateMode: Version +-(F-Droid) %v
|
||||
UpdateCheckMode: Tags ^v[0-9.]+$
|
||||
VercodeOperation:
|
||||
|
|
|
|||
|
|
@ -875,6 +875,7 @@ MaintainerNotes: Offers both SFW and NSFW addons, but clearly marks NSFW addons
|
|||
18+. So we don't need to mark it NSFW because the app already does that for such
|
||||
content itself.
|
||||
|
||||
ArchivePolicy: 12 versions
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
|
|
|
|||
|
|
@ -462,6 +462,7 @@ Builds:
|
|||
- ./run fdroid prebuild
|
||||
ndk: r25
|
||||
|
||||
ArchivePolicy: 12 versions
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@ Builds:
|
|||
- noSplits
|
||||
- abiFilters=x86_64
|
||||
|
||||
ArchivePolicy: 12 versions
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[0-9.]+$
|
||||
VercodeOperation:
|
||||
|
|
|
|||
Loading…
Reference in a new issue