update hamfisted 37

This commit is contained in:
Michael Specht 2025-06-24 16:54:21 +00:00 committed by linsui
parent 7ff8a00fd8
commit acb167d9d0

View file

@ -85,8 +85,30 @@ Builds:
- $$flutter$$/bin/flutter pub run flutter_launcher_icons
- $$flutter$$/bin/flutter build apk --release
- versionName: 0.4.4
versionCode: 37
commit: 941e04d5b87ede6b36202e345bf291b593aa1979
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@3.32.4
rm:
- linux
- macos
- web
- windows
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
scandelete:
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter pub run flutter_launcher_icons
- $$flutter$$/bin/flutter build apk --release
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[\d.]+$
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.3.5
CurrentVersionCode: 32
CurrentVersion: 0.4.4
CurrentVersionCode: 37