mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Add com.florianthaler.githo.yml
This commit is contained in:
parent
442f177d2b
commit
883ebf7a50
1 changed files with 34 additions and 0 deletions
34
metadata/com.florianthaler.githo.yml
Normal file
34
metadata/com.florianthaler.githo.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
Categories:
|
||||
- Sports & Health
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Glitchy-Tozier
|
||||
SourceCode: https://github.com/Glitchy-Tozier/githo
|
||||
IssueTracker: https://github.com/Glitchy-Tozier/githo/issues
|
||||
|
||||
AutoName: Githo
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Glitchy-Tozier/githo.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.1
|
||||
versionCode: 2
|
||||
commit: v1.0.1
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.2.3
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- web
|
||||
- .vscode
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.1
|
||||
CurrentVersionCode: 2
|
||||
Loading…
Reference in a new issue