Update Work Hard Play Hard to 0.10.0 (46)

This commit is contained in:
F-Droid checkupdates bot 2025-07-17 05:33:43 +00:00 committed by linsui
parent e44433ac6b
commit 1533dad4cd

View file

@ -56,10 +56,51 @@ Builds:
- popd
- mv $repo me.ahmetcetinkaya.whph
- versionName: 0.10.0
versionCode: 46
commit: d2b86fa3d894024f9c8ff6cb5591ae758a86d97c
sudo:
- mkdir -p /home/runner/work/whph
- chown -R vagrant /home/runner
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@stable
rm:
- ios
- linux
- macos
- web
- windows
prebuild:
- git submodule update --init lib/corePackages/acore
- git -C $$flutter$$ reset --hard $(bash scripts/get_flutter_version.sh)
- export repo=/home/runner/work/whph/whph
- cd ..
- mv me.ahmetcetinkaya.whph $repo
- pushd $repo
- export PUB_CACHE=$(pwd)/.pub-cache
- export PATH="$$flutter$$/bin:$PATH"
- flutter config --no-analytics
- flutter pub get
- popd
- mv $repo me.ahmetcetinkaya.whph
scandelete:
- .pub-cache
build:
- export repo=/home/runner/work/whph/whph
- cd ..
- mv me.ahmetcetinkaya.whph $repo
- pushd $repo
- export PUB_CACHE=$(pwd)/.pub-cache
- export PATH="$$flutter$$/bin:$PATH"
- flutter build apk --release
- popd
- mv $repo me.ahmetcetinkaya.whph
AllowedAPKSigningKeys: 4b0de165375bb1179fbee37fbd70de03813284529e0b0c5d3ce5e794f03aa0ae
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.9.8+45
CurrentVersionCode: 45
CurrentVersion: 0.10.0
CurrentVersionCode: 46