mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +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
|
- apt-get install -y gcc-multilib libc-dev make
|
||||||
output: build/app/outputs/flutter-apk/app-release.apk
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
srclibs:
|
srclibs:
|
||||||
- flutter@3.13.2
|
- flutter@stable
|
||||||
- rustup@1.25.2
|
- rustup@1.25.2
|
||||||
rm:
|
rm:
|
||||||
- design
|
- design
|
||||||
|
|
@ -2238,6 +2238,10 @@ Builds:
|
||||||
- server
|
- server
|
||||||
- web
|
- web
|
||||||
prebuild:
|
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
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- sed -i -e "s/^\#f//" pubspec.yaml
|
- sed -i -e "s/^\#f//" pubspec.yaml
|
||||||
- sed -i -e 's/^\/\/f //' android/app/build.gradle
|
- sed -i -e 's/^\/\/f //' android/app/build.gradle
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue