mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-16 03:01:44 +00:00
tldr - update recipe
This commit is contained in:
parent
addd742742
commit
31ec441b4a
1 changed files with 9 additions and 3 deletions
|
|
@ -102,13 +102,19 @@ Builds:
|
|||
commit: 03a105f09d0f26396de83b616de63eeea830f469
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.8.1
|
||||
- flutter@3.13.1
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scanignore:
|
||||
- tldrdict/static/pages.zip
|
||||
- tldrdict/static/allpages.zip
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --no-sound-null-safety
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
|
|
|
|||
Loading…
Reference in a new issue