diff --git a/metadata/app.cclauncher.yml b/metadata/app.cclauncher.yml new file mode 100644 index 0000000000..5c50c2c78a --- /dev/null +++ b/metadata/app.cclauncher.yml @@ -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