butterfly.nightly - use flutter version from code

This commit is contained in:
Licaon_Kter 2023-06-13 08:28:59 +00:00
parent 744f2b8f99
commit 8421312b4e

View file

@ -641,7 +641,7 @@ Builds:
subdir: app
output: build/app/outputs/flutter-apk/app-nightly-release.apk
srclibs:
- flutter@3.10.0
- flutter@stable
rm:
- app/ios
- app/linux
@ -649,6 +649,10 @@ Builds:
- app/web
- app/windows
prebuild:
- export version=$(cat ../FLUTTER_VERSION)
- pushd $$flutter$$
- git checkout -f $version
- popd
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
scandelete: