mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
immich - update recipe
This commit is contained in:
parent
9725073a5c
commit
8d4a0dcc5a
1 changed files with 2 additions and 3 deletions
|
|
@ -2801,8 +2801,7 @@ Builds:
|
|||
- server
|
||||
- web
|
||||
prebuild:
|
||||
- export flutterVersion=$(sed -n -E "s/.*flutter-version:\s'([0-9.]+)'/\1/p"
|
||||
../.github/workflows/build-mobile.yml)
|
||||
- export flutterVersion=$(sed -n -E "s/.*flutter:\s([0-9.]+)/\1/p" pubspec.yaml)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $flutterVersion
|
||||
|
|
@ -2820,7 +2819,7 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- bash ./scripts/fdroid_build_isar.sh
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
ndk: r25c
|
||||
ndk: 25.2.9519653
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue