mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Add app.cclauncher.yml
This commit is contained in:
parent
359854c925
commit
d2fd1ff2e1
1 changed files with 63 additions and 0 deletions
63
metadata/app.cclauncher.yml
Normal file
63
metadata/app.cclauncher.yml
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
Categories:
|
||||
- Navigation
|
||||
- System
|
||||
License: GPL-3.0-only
|
||||
AuthorName: MLM Games
|
||||
AuthorEmail: mlm.gamestudio@gmail.com
|
||||
AuthorWebSite: https://ragebreaker.itch.io/
|
||||
WebSite: https://github.com/mlm-games/cclauncher
|
||||
SourceCode: https://github.com/mlm-games/cclauncher
|
||||
IssueTracker: https://github.com/mlm-games/cclauncher/issues
|
||||
Changelog: https://github.com/mlm-games/cclauncher/blob/HEAD/CHANGELOG.md
|
||||
Donate: https://ragebreaker.itch.io/
|
||||
Liberapay: mlm-games
|
||||
|
||||
AutoName: CClauncher
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/mlm-games/cclauncher.git
|
||||
|
||||
Builds:
|
||||
- versionName: v6.1.1
|
||||
versionCode: 427
|
||||
commit: d1dee1121ae3118399bba7634f5cbed3380c288b
|
||||
subdir: app
|
||||
output: build/outputs/apk/release/*x86.apk
|
||||
binary: https://github.com/mlm-games/cclauncher/releases/download/%v/cclauncher-%v-x86.apk
|
||||
build: gradle assembleRelease -PtargetAbi=x86
|
||||
|
||||
- versionName: v6.1.1
|
||||
versionCode: 428
|
||||
commit: d1dee1121ae3118399bba7634f5cbed3380c288b
|
||||
subdir: app
|
||||
output: build/outputs/apk/release/*x86_64*.apk
|
||||
binary: https://github.com/mlm-games/cclauncher/releases/download/%v/cclauncher-%v-x86_64.apk
|
||||
build: gradle assembleRelease -PtargetAbi=x86_64
|
||||
|
||||
- versionName: v6.1.1
|
||||
versionCode: 429
|
||||
commit: d1dee1121ae3118399bba7634f5cbed3380c288b
|
||||
subdir: app
|
||||
output: build/outputs/apk/release/*armeabi-v7a*.apk
|
||||
binary: https://github.com/mlm-games/cclauncher/releases/download/%v/cclauncher-%v-armeabi-v7a.apk
|
||||
build: gradle assembleRelease -PtargetAbi=armeabi-v7a
|
||||
|
||||
- versionName: v6.1.1
|
||||
versionCode: 430
|
||||
commit: d1dee1121ae3118399bba7634f5cbed3380c288b
|
||||
subdir: app
|
||||
output: build/outputs/apk/release/*arm64-v8a*.apk
|
||||
binary: https://github.com/mlm-games/cclauncher/releases/download/%v/cclauncher-%v-arm64-v8a.apk
|
||||
build: gradle assembleRelease -PtargetAbi=arm64-v8a
|
||||
|
||||
AllowedAPKSigningKeys: 57f73d58f4049f378ba988eae6edd1cc8cd245e0647e0f83dd669c450f4d056e
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
- '%c - 3'
|
||||
- '%c - 2'
|
||||
- '%c - 1'
|
||||
- '%c'
|
||||
CurrentVersion: v6.1.1
|
||||
CurrentVersionCode: 430
|
||||
Loading…
Reference in a new issue