mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-20 21:04:50 +00:00
finderlein - pick flutter version from code
This commit is contained in:
parent
24f45e7bd3
commit
6176ebbbb2
1 changed files with 6 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ Liberapay: derqurps
|
||||||
AutoName: NÖ Finderlein
|
AutoName: NÖ Finderlein
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/finderlein/noefinderlein_flutter
|
Repo: https://github.com/finderlein/noefinderlein_flutter.git
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 2.0.6
|
- versionName: 2.0.6
|
||||||
|
|
@ -229,7 +229,7 @@ Builds:
|
||||||
commit: 8330d83fe21d89a0f9003032d1378e8409a7666b
|
commit: 8330d83fe21d89a0f9003032d1378e8409a7666b
|
||||||
output: build/app/outputs/flutter-apk/app-release.apk
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
srclibs:
|
srclibs:
|
||||||
- flutter@3.7.10
|
- flutter@stable
|
||||||
rm:
|
rm:
|
||||||
- .github
|
- .github
|
||||||
- .vscode
|
- .vscode
|
||||||
|
|
@ -242,6 +242,10 @@ Builds:
|
||||||
- web
|
- web
|
||||||
- windows
|
- windows
|
||||||
prebuild:
|
prebuild:
|
||||||
|
- export version=$(grep "^\ \ flutter:\ " pubspec.yaml| cut -d " " -f4)
|
||||||
|
- pushd $$flutter$$
|
||||||
|
- git checkout -f $version
|
||||||
|
- popd
|
||||||
- sed -i -e 's|git@github.com:|https://github.com/|' pubspec.lock pubspec.yaml
|
- sed -i -e 's|git@github.com:|https://github.com/|' pubspec.lock pubspec.yaml
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- $$flutter$$/bin/flutter config --no-analytics
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue