mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update FaFa Runner to 1.0.10 (376)
This commit is contained in:
parent
3f608672bc
commit
515092f99b
1 changed files with 47 additions and 2 deletions
|
|
@ -330,10 +330,55 @@ Builds:
|
|||
- popd
|
||||
- mv $repo/fafarunner com.chenyifaer.fafarunner
|
||||
|
||||
- versionName: 1.0.10
|
||||
versionCode: 376
|
||||
commit: f0a0c1f37d68e072b39b9ed4b16027f5649e9799
|
||||
sudo:
|
||||
- mkdir -p /home/runner
|
||||
- chown vagrant /home/runner
|
||||
output: build/app/outputs/flutter-apk/app-production-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- macos
|
||||
- linux
|
||||
- windows
|
||||
- web
|
||||
prebuild:
|
||||
- export repo=/home/runner/work/fafarunner
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv com.chenyifaer.fafarunner $repo/fafarunner
|
||||
- pushd $repo/fafarunner
|
||||
- version=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/release.yml|head
|
||||
-n1)
|
||||
- '[[ $version ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $version
|
||||
- rm $$flutter$$/engine/src/.gn
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- popd
|
||||
- mv $repo/fafarunner com.chenyifaer.fafarunner
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/fafarunner
|
||||
- cd ..
|
||||
- mv com.chenyifaer.fafarunner $repo/fafarunner
|
||||
- pushd $repo/fafarunner
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$$flutter$$/bin/:$PATH
|
||||
- $$flutter$$/bin/flutter build apk --no-tree-shake-icons --flavor production
|
||||
--dart-define SENTRY_DSN="https://03bafb566d1295565089167dfb74410b@o4507254990897152.ingest.us.sentry.io/4507254994370560"
|
||||
- popd
|
||||
- mv $repo/fafarunner com.chenyifaer.fafarunner
|
||||
|
||||
AllowedAPKSigningKeys: c770b97229e8fed099da09164fcd0e5437a62d604adda91cf4a23f16ede53724
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags .*[0-9]$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.9
|
||||
CurrentVersionCode: 375
|
||||
CurrentVersion: 1.0.10
|
||||
CurrentVersionCode: 376
|
||||
|
|
|
|||
Loading…
Reference in a new issue