Update Human Benchmark to 1.0.4 (14)

This commit is contained in:
F-Droid checkupdates bot 2024-11-23 04:25:56 +00:00 committed by linsui
parent 049c488eed
commit a65d27454c

View file

@ -83,10 +83,45 @@ Builds:
- popd
- mv $repo/Human-Benchmark io.github.printn.humanbenchmark
- versionName: 1.0.4
versionCode: 14
commit: 322041f93960e473e2c6bff788cb0dc04162c0b8
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
rm:
- ios
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.3
CurrentVersionCode: 13
CurrentVersion: 1.0.4
CurrentVersionCode: 14