mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
butterfly.nightly - really fix recipe
This commit is contained in:
parent
f65464bdf5
commit
72d4a65073
1 changed files with 2 additions and 3 deletions
|
|
@ -509,7 +509,7 @@ Builds:
|
|||
subdir: app
|
||||
output: build/app/outputs/flutter-apk/app-nightly-release.apk
|
||||
srclibs:
|
||||
- flutter@3.3.2
|
||||
- flutter@3.7.0
|
||||
rm:
|
||||
- app/ios
|
||||
- app/linux
|
||||
|
|
@ -520,10 +520,9 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
- app/.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