mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
immich - extract flutter version
This commit is contained in:
parent
759fc74498
commit
abfd0edec8
1 changed files with 5 additions and 1 deletions
|
|
@ -2228,7 +2228,7 @@ Builds:
|
|||
- apt-get install -y gcc-multilib libc-dev make
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.13.2
|
||||
- flutter@stable
|
||||
- rustup@1.25.2
|
||||
rm:
|
||||
- design
|
||||
|
|
@ -2238,6 +2238,10 @@ Builds:
|
|||
- server
|
||||
- web
|
||||
prebuild:
|
||||
- export flutterVersion=$(sed -n -E 's/.*flutter-version:\s"([0-9.]+)"/\1/p' ../.github/workflows/build-mobile.yml)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $flutterVersion
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- sed -i -e "s/^\#f//" pubspec.yaml
|
||||
- sed -i -e 's/^\/\/f //' android/app/build.gradle
|
||||
|
|
|
|||
Loading…
Reference in a new issue