mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update app.mlauncher
This commit is contained in:
parent
91cc6c74bb
commit
6a3783e10b
1 changed files with 21 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ IssueTracker: https://github.com/DroidWorksStudio/mLauncher/issues
|
||||||
Translation: https://crowdin.com/project/mlauncher
|
Translation: https://crowdin.com/project/mlauncher
|
||||||
Changelog: https://github.com/DroidWorksStudio/mLauncher/blob/HEAD/CHANGELOG.md
|
Changelog: https://github.com/DroidWorksStudio/mLauncher/blob/HEAD/CHANGELOG.md
|
||||||
|
|
||||||
AutoName: mLauncher
|
AutoName: MultiLauncher
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/DroidWorksStudio/mLauncher.git
|
Repo: https://github.com/DroidWorksStudio/mLauncher.git
|
||||||
|
|
@ -321,9 +321,25 @@ 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.10.4.0
|
||||||
|
versionCode: 1100400
|
||||||
|
commit: 1213fe653d3edca31772810f12b7d526d279114a
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
binary: https://github.com/DroidWorksStudio/mLauncher/releases/download/%v/MultiLauncher-%v-Signed.apk
|
||||||
|
srclibs:
|
||||||
|
- reproducible-apk-tools@v0.3.0
|
||||||
|
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
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: HTTP
|
||||||
CurrentVersion: 1.8.9
|
UpdateCheckData: https://github.com/DroidWorksStudio/mLauncher/releases/latest|>(\d+)
|
||||||
CurrentVersionCode: 10809
|
\([\d.]+\) - Multi Launcher|.|>\d+ \(([\d.]+)\) - Multi Launcher
|
||||||
|
CurrentVersion: 1.10.4.0
|
||||||
|
CurrentVersionCode: 1100400
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue