Update ch.simonste.jasstafel (flutter submodule)

This commit is contained in:
simonste 2024-01-19 09:10:39 +00:00 committed by Licaon_Kter
parent 68d73df97f
commit c8e520180f

View file

@ -8,15 +8,14 @@ IssueTracker: https://github.com/simonste/jasstafel/issues
AutoName: Jasstafel
RepoType: git
Repo: https://github.com/simonste/jasstafel
Repo: https://github.com/simonste/jasstafel.git
Builds:
- versionName: 4.0.2
versionCode: 59
commit: v4.0.2
submodules: true
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@stable
rm:
- ios
- linux
@ -24,23 +23,21 @@ Builds:
- web
- windows
prebuild:
- version=$(sed -n -E "s/.*FLUTTER_VERSION:\ (.*)/\1/p" .github/workflows/build.yml)
- pushd $$flutter$$
- git checkout -f $version
- popd
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter pub get
- sed -i -e '/ios/s/true/false/' pubspec.yaml
scanignore:
- flutter/bin/cache
scandelete:
- flutter
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter pub get
- $$flutter$$/bin/flutter pub run flutter_launcher_icons
- $$flutter$$/bin/flutter gen-l10n
- $$flutter$$/bin/flutter packages pub run build_runner build --delete-conflicting-outputs
- $$flutter$$/bin/flutter build apk --release
- flutter/bin/flutter pub run flutter_launcher_icons
- flutter/bin/flutter gen-l10n
- flutter/bin/flutter packages pub run build_runner build --delete-conflicting-outputs
- flutter/bin/flutter build apk --release
AutoUpdateMode: Version
UpdateCheckMode: Tags