Update MultiLauncher to 1.11.2.7 (1110207)

This commit is contained in:
checkupdates bot 2025-11-20 04:18:26 +00:00 committed by Licaon_Kter
parent eced80ed2e
commit 4fdd5c5e8e

View file

@ -605,11 +605,31 @@ Builds:
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
--replace unaligned.apk $$OUT$$
- versionName: 1.11.2 build 7
versionCode: 1110207
commit: 1.11.2.7
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
binary: https://github.com/CodeWorksCreativeHub/mLauncher/releases/download/1.11.2.7/MultiLauncher-1.11.2.7-Signed.apk
srclibs:
- reproducible-apk-tools@v0.3.0
prebuild: sed -i -e '/foojay/d' ../settings.gradle.kts
postbuild:
- mv "$$OUT$$" unaligned.apk
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
--replace unaligned.apk "$$OUT$$"
AllowedAPKSigningKeys: 88585139eac6d8d5922ce7af80a0f2acd9280371676014a114d5e3bf34904ae0
AutoUpdateMode: Version %v
UpdateCheckMode: HTTP
UpdateCheckData: https://github.com/DroidWorksStudio/mLauncher/releases/latest|>(\d+)
\([\d.]+\) - Multi Launcher|.|>\d+ \(([\d.]+)\) - Multi Launcher
CurrentVersion: 1.11.2.0
CurrentVersionCode: 1110200
CurrentVersion: 1.11.2.7
CurrentVersionCode: 1110207