mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
butterfly - fix internationalization
This commit is contained in:
parent
65736ed603
commit
c27be23c2f
1 changed files with 7 additions and 1 deletions
|
|
@ -670,8 +670,14 @@ Builds:
|
||||||
- app/macos
|
- app/macos
|
||||||
- app/web
|
- app/web
|
||||||
- app/windows
|
- app/windows
|
||||||
build:
|
prebuild:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- $$flutter$$/bin/flutter config --no-analytics
|
- $$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 production
|
- $$flutter$$/bin/flutter build apk --flavor production
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue