Update Human Benchmark to 1.1.0 (20)

This commit is contained in:
checkupdates bot 2025-11-05 06:01:19 +00:00 committed by Licaon_Kter
parent 357a252303
commit 799006faa6

View file

@ -293,10 +293,43 @@ Builds:
- popd
- mv $repo/Human-Benchmark io.github.printn.humanbenchmark
- versionName: 1.1.0
versionCode: 20
commit: 125c02668ddb1c4e06692af6b4434e9926935160
submodules: true
sudo:
- mkdir -p /home/hehe/Desktop/Apps/Mobile
- chown vagrant /home/hehe/Desktop/Apps/Mobile
output: build/app/outputs/flutter-apk/app-release.apk
prebuild:
- export repo=/home/hehe/Desktop/Apps/Mobile
- cd ..
- mv io.github.printn.humanbenchmark $repo/Human-Benchmark
- pushd $repo/Human-Benchmark
- export PUB_CACHE=$(pwd)/.pub-cache
- submodules/.flutter/bin/flutter config --no-analytics
- submodules/.flutter/bin/flutter packages pub get
- popd
- mv $repo/Human-Benchmark io.github.printn.humanbenchmark
scanignore:
- submodules/.flutter/bin/cache
scandelete:
- submodules/.flutter
- .pub-cache
build:
- export repo=/home/hehe/Desktop/Apps/Mobile
- cd ..
- mv io.github.printn.humanbenchmark $repo/Human-Benchmark
- pushd $repo/Human-Benchmark
- export PUB_CACHE=$(pwd)/.pub-cache
- submodules/.flutter/bin/flutter build apk
- popd
- mv $repo/Human-Benchmark io.github.printn.humanbenchmark
AllowedAPKSigningKeys: 3c79bfa4b783899314fb20d954739beb8a93a2ecf005d8d5a1644847c64fdf6d
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.0.9
CurrentVersionCode: 19
CurrentVersion: 1.1.0
CurrentVersionCode: 20