mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 22:27:27 +00:00
butterfly.nightly - use flutter version from code
This commit is contained in:
parent
744f2b8f99
commit
8421312b4e
1 changed files with 5 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue