mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
flow - update recipe
This commit is contained in:
parent
61bc758699
commit
306a47465a
1 changed files with 3 additions and 4 deletions
|
|
@ -110,10 +110,9 @@ Builds:
|
|||
- app/web
|
||||
- app/windows
|
||||
prebuild:
|
||||
- export version=$(cat ../FLUTTER_VERSION)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- export version=$(grep "^ flutter:" pubspec.yaml | cut -d ":" -f2|head -n1)
|
||||
- '[[ $version ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $version
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
scandelete:
|
||||
|
|
|
|||
Loading…
Reference in a new issue