mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
chaldea: add 2.0.0
This commit is contained in:
parent
6390274f0e
commit
34cbfb48c0
1 changed files with 42 additions and 0 deletions
42
metadata/cc.narumi.chaldea.fdroid.yml
Normal file
42
metadata/cc.narumi.chaldea.fdroid.yml
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Games
|
||||
License: AGPL-3.0-only
|
||||
AuthorName: narumi
|
||||
AuthorEmail: chaldea@narumi.cc
|
||||
WebSite: https://docs.chaldea.center
|
||||
SourceCode: https://github.com/chaldea-center/chaldea
|
||||
IssueTracker: https://github.com/chaldea-center/chaldea/issues
|
||||
Translation: https://docs.chaldea.center/translation.html#ui-text
|
||||
Changelog: https://github.com/chaldea-center/chaldea/releases
|
||||
Donate: https://docs.chaldea.center/donation
|
||||
|
||||
AutoName: chaldea
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/chaldea-center/chaldea.git
|
||||
|
||||
Builds:
|
||||
- versionName: 2.0.0
|
||||
versionCode: 900
|
||||
commit: cb351fd90a6ff59d73827109de8319c42ecc8385
|
||||
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@3.0.1
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- test
|
||||
- web
|
||||
- windows
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2.0.0
|
||||
CurrentVersionCode: 900
|
||||
Loading…
Reference in a new issue