Update CClauncher to v9.10.3 (930)

This commit is contained in:
checkupdates bot 2025-10-26 03:57:51 +00:00 committed by linsui
parent 8cceac7834
commit 450f17aef6

View file

@ -791,6 +791,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.3
versionCode: 927
commit: 98f7a1bbb86e0d390f6cbe0fb7f78213f29f1e61
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.3
versionCode: 928
commit: 98f7a1bbb86e0d390f6cbe0fb7f78213f29f1e61
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.3
versionCode: 929
commit: 98f7a1bbb86e0d390f6cbe0fb7f78213f29f1e61
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.3
versionCode: 930
commit: 98f7a1bbb86e0d390f6cbe0fb7f78213f29f1e61
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
@ -800,5 +856,5 @@ VercodeOperation:
- '%c - 2'
- '%c - 1'
- '%c'
CurrentVersion: v9.10.1
CurrentVersionCode: 910
CurrentVersion: v9.10.3
CurrentVersionCode: 930