Update metadata and location of flutter version

This commit is contained in:
Roland Geider 2025-04-06 06:29:44 +00:00 committed by Licaon_Kter
parent 36348abfd8
commit 5201bcef55

View file

@ -3,6 +3,9 @@ Categories:
License: AGPL-3.0-or-later
SourceCode: https://github.com/wger-project/flutter
IssueTracker: https://github.com/wger-project/flutter/issues
Translation: https://hosted.weblate.org/engage/wger/
Donate: https://buymeacoffee.com/wger
Liberapay: wger
AutoName: wger
@ -359,8 +362,34 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk
- versionName: 1.8.1
versionCode: 60
commit: 05f1d9b5cd77412527c32d6aa82ed1b26dba1fb4
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@stable
rm:
- flatpak
- ios
- windows
- linux
- macos
- web
prebuild:
- flutterVersion=$(sed -n -E "s/.*flutter-version:\ (.*)/\1/p" .github/actions/flutter-common/action.yml)
- '[[ $flutterVersion ]] || exit 1'
- git -C $$flutter$$ checkout -f $flutterVersion
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
scandelete:
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.8.0
CurrentVersionCode: 51
CurrentVersion: 1.8.1
CurrentVersionCode: 60