mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 21:57:22 +00:00
Update MultiLauncher to 1.11.1.5 (1110105)
This commit is contained in:
parent
4933235278
commit
d02ea2eee4
1 changed files with 22 additions and 2 deletions
|
|
@ -565,11 +565,31 @@ Builds:
|
||||||
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
||||||
--replace unaligned.apk $$OUT$$
|
--replace unaligned.apk $$OUT$$
|
||||||
|
|
||||||
|
- versionName: 1.11.1.5
|
||||||
|
versionCode: 1110105
|
||||||
|
commit: 1.11.1.5
|
||||||
|
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/DroidWorksStudio/mLauncher/releases/download/%v/MultiLauncher-%v-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
|
AllowedAPKSigningKeys: 88585139eac6d8d5922ce7af80a0f2acd9280371676014a114d5e3bf34904ae0
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
UpdateCheckData: https://github.com/DroidWorksStudio/mLauncher/releases/latest|>(\d+)
|
UpdateCheckData: https://github.com/DroidWorksStudio/mLauncher/releases/latest|>(\d+)
|
||||||
\([\d.]+\) - Multi Launcher|.|>\d+ \(([\d.]+)\) - Multi Launcher
|
\([\d.]+\) - Multi Launcher|.|>\d+ \(([\d.]+)\) - Multi Launcher
|
||||||
CurrentVersion: 1.11.1.4
|
CurrentVersion: 1.11.1.5
|
||||||
CurrentVersionCode: 1110104
|
CurrentVersionCode: 1110105
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue