mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
dev.linwood.butterfly
This commit is contained in:
parent
0c29fa3150
commit
54831c58d3
1 changed files with 38 additions and 0 deletions
38
metadata/dev.linwood.butterfly.yml
Normal file
38
metadata/dev.linwood.butterfly.yml
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
Categories:
|
||||
- Writing
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Linwood
|
||||
AuthorEmail: admin@linwood.dev
|
||||
SourceCode: https://github.com/LinwoodCloud/butterfly
|
||||
IssueTracker: https://github.com/LinwoodCloud/butterfly/issues
|
||||
Translation: https://linwood.crowdin.com/butterfly
|
||||
Changelog: https://github.com/LinwoodCloud/butterfly/blob/stable/CHANGELOG.md
|
||||
|
||||
AutoName: Butterfly
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/LinwoodCloud/butterfly.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0-rc.1
|
||||
versionCode: 4
|
||||
commit: v1.0.0-rc.1
|
||||
subdir: app
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.5.3
|
||||
rm:
|
||||
- app/ios
|
||||
- app/linux
|
||||
- app/macos
|
||||
- app/web
|
||||
- app/windows
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.+$
|
||||
UpdateCheckData: app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.0-rc.1
|
||||
CurrentVersionCode: 4
|
||||
Loading…
Reference in a new issue