mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
New App: io.github.mwageringel.everest
This commit is contained in:
parent
28be04d3f1
commit
2a6d1ffa68
1 changed files with 35 additions and 0 deletions
35
metadata/io.github.mwageringel.everest.yml
Normal file
35
metadata/io.github.mwageringel.everest.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
Categories:
|
||||
- Games
|
||||
- Science & Education
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Markus Wageringel
|
||||
WebSite: https://mwageringel.github.io/everest/
|
||||
SourceCode: https://github.com/mwageringel/everest
|
||||
IssueTracker: https://github.com/mwageringel/everest/issues
|
||||
Changelog: https://github.com/mwageringel/everest/blob/main/CHANGELOG.md
|
||||
|
||||
AutoName: Everest
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/mwageringel/everest
|
||||
|
||||
Builds:
|
||||
- versionName: 1.1.2
|
||||
versionCode: 11
|
||||
commit: 1.1.2-ba1c622
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.0.5
|
||||
rm:
|
||||
- web
|
||||
- website
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- make FLUTTER=$$flutter$$/bin/flutter assets-android
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^[0-9.]+$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.1.2
|
||||
CurrentVersionCode: 11
|
||||
Loading…
Reference in a new issue