mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +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/web
|
||||||
- app/windows
|
- app/windows
|
||||||
prebuild:
|
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
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- $$flutter$$/bin/flutter config --no-analytics
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter pub get
|
||||||
scandelete:
|
scandelete:
|
||||||
- app/.pub-cache
|
- app/.pub-cache
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue