mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update org.keyoxide.keyoxide.yml ( added build flavors )
This commit is contained in:
parent
3ab266e848
commit
bce9851d3a
1 changed files with 2 additions and 2 deletions
|
|
@ -97,7 +97,7 @@ Builds:
|
|||
versionCode: 131
|
||||
commit: 364b8562915ed0c8426d3a45cf2ce4965849c9f5
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
output: build/app/outputs/flutter-apk/app-production-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
|
|
@ -113,7 +113,7 @@ Builds:
|
|||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter build apk
|
||||
- flutter/bin/flutter build apk --flavor production -t lib/app/flavors/main_production.dart
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue