flow - update recipe

This commit is contained in:
Licaon_Kter 2024-11-21 13:25:44 +00:00
parent 61bc758699
commit 306a47465a

View file

@ -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: