mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
butterfly.nightly - fix internationalization
This commit is contained in:
parent
c27be23c2f
commit
2abb01b612
1 changed files with 7 additions and 1 deletions
|
|
@ -516,8 +516,14 @@ Builds:
|
|||
- app/macos
|
||||
- app/web
|
||||
- app/windows
|
||||
build:
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter gen-l10n
|
||||
- $$flutter$$/bin/flutter build apk --flavor nightly
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
|
|||
Loading…
Reference in a new issue