mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Add dev.linwood.flow.nightly
This commit is contained in:
parent
a053f24008
commit
1290c52bf2
1 changed files with 47 additions and 0 deletions
47
metadata/dev.linwood.flow.nightly.yml
Normal file
47
metadata/dev.linwood.flow.nightly.yml
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
Categories:
|
||||
- Time
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Linwood
|
||||
AuthorEmail: admin@linwood.dev
|
||||
SourceCode: https://github.com/LinwoodDev/Flow
|
||||
IssueTracker: https://github.com/LinwoodDev/Flow/issues
|
||||
Translation: https://linwood.crowdin.com/flow
|
||||
Changelog: https://github.com/LinwoodDev/Flow/blob/develop/CHANGELOG.md
|
||||
|
||||
AutoName: Flow
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/LinwoodDev/Flow.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.2.0
|
||||
versionCode: 5
|
||||
commit: 80f5e606411c8ffefac062fad6b7873eca2053ca
|
||||
subdir: app
|
||||
output: build/app/outputs/flutter-apk/app-nightly-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- app/ios
|
||||
- app/linux
|
||||
- app/macos
|
||||
- app/web
|
||||
- app/windows
|
||||
prebuild:
|
||||
- export version=$(cat ../FLUTTER_VERSION)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
scandelete:
|
||||
- app/.pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --flavor nightly
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.+$
|
||||
UpdateCheckData: app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.2.0
|
||||
CurrentVersionCode: 5
|
||||
Loading…
Reference in a new issue