Add app.cclauncher.yml

This commit is contained in:
MLM Games 2025-04-08 02:55:46 +00:00 committed by linsui
parent 359854c925
commit d2fd1ff2e1

View 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