mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
butterfly - update recipe
This commit is contained in:
parent
b24c9e740b
commit
4f680260dd
1 changed files with 6 additions and 1 deletions
|
|
@ -892,9 +892,14 @@ Builds:
|
|||
- app/web
|
||||
- app/windows
|
||||
prebuild:
|
||||
- git -C $$flutter$$ checkout -f $(cat ../FLUTTER_VERSION)
|
||||
- sdkmanager 'ndk;23.1.7779620' 'ndk;26.1.10909125'
|
||||
- export version=$(grep "^ flutter:" pubspec.yaml | cut -d ":" -f2|head -n1)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- app/.pub-cache
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue