Update CClauncher to v9.10.8 (980)

This commit is contained in:
checkupdates bot 2025-11-18 03:55:49 +00:00 committed by Licaon_Kter
parent f6da189ae0
commit bd62d6a557

View file

@ -847,6 +847,62 @@ Builds:
output: build/outputs/apk/release/*arm64-v8a*.apk
binary: https://github.com/mlm-games/cclauncher/releases/download/%v/cclauncher-%v-arm64-v8a.apk
- versionName: v9.10.8
versionCode: 977
commit: 42cf1da65790519b4f8b4a84aaddbdfdf403e29e
subdir: app
sudo:
- export CPUS_MAX=16
- export CPUS=$(getconf _NPROCESSORS_ONLN)
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
; done
gradle:
- yes
output: build/outputs/apk/release/*x86.apk
binary: https://github.com/mlm-games/cclauncher/releases/download/%v/cclauncher-%v-x86.apk
- versionName: v9.10.8
versionCode: 978
commit: 42cf1da65790519b4f8b4a84aaddbdfdf403e29e
subdir: app
sudo:
- export CPUS_MAX=16
- export CPUS=$(getconf _NPROCESSORS_ONLN)
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
; done
gradle:
- yes
output: build/outputs/apk/release/*x86_64*.apk
binary: https://github.com/mlm-games/cclauncher/releases/download/%v/cclauncher-%v-x86_64.apk
- versionName: v9.10.8
versionCode: 979
commit: 42cf1da65790519b4f8b4a84aaddbdfdf403e29e
subdir: app
sudo:
- export CPUS_MAX=16
- export CPUS=$(getconf _NPROCESSORS_ONLN)
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
; done
gradle:
- yes
output: build/outputs/apk/release/*armeabi-v7a*.apk
binary: https://github.com/mlm-games/cclauncher/releases/download/%v/cclauncher-%v-armeabi-v7a.apk
- versionName: v9.10.8
versionCode: 980
commit: 42cf1da65790519b4f8b4a84aaddbdfdf403e29e
subdir: app
sudo:
- export CPUS_MAX=16
- export CPUS=$(getconf _NPROCESSORS_ONLN)
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
; done
gradle:
- yes
output: build/outputs/apk/release/*arm64-v8a*.apk
binary: https://github.com/mlm-games/cclauncher/releases/download/%v/cclauncher-%v-arm64-v8a.apk
AllowedAPKSigningKeys: 57f73d58f4049f378ba988eae6edd1cc8cd245e0647e0f83dd669c450f4d056e
AutoUpdateMode: Version
@ -856,5 +912,5 @@ VercodeOperation:
- '%c - 2'
- '%c - 1'
- '%c'
CurrentVersion: v9.10.3
CurrentVersionCode: 930
CurrentVersion: v9.10.8
CurrentVersionCode: 980