Skip to content

Commit 9845118

Browse files
committed
Add module update channel
Magisk (23017) added support for module update channels. https://github.com/topjohnwu/magisk-files/blob/canary/notes.md Commit topjohnwu/Magisk@bc0c198 Fix after 23017 was released. (It is a WIP) topjohnwu/Magisk@97da7f9
1 parent 22d6c96 commit 9845118

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,15 @@ Available in the releases tab. [Link](https://github.com/ipdev99/mModule_zipbin/
1212
- Reboot device
1313

1414
### Recent changes
15-
- Updated to the current installer. [Link](https://github.com/topjohnwu/Magisk/commit/cf47214ee4912ed1538fbea3d09ba9dd9b5746b0)
15+
- A bit messy adding Magisk's module update channel early.
16+
- Cleaned up commits.
17+
- Changed versionCode format.
18+
- Re-release v4 again.
19+
_I promise it will be the last time._
1620

1721
### Notes
1822
- Feel free to use, change, improve, adapt.
19-
- Remember to share.
23+
- Remember to share.
2024

2125
### Credits
2226
- The Android Community and everyone who has helped me learn through the years.

module.prop

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
id=zipbin
22
name=Zip Binary
3-
version=Module
4-
versionCode=00003
3+
version=Module (v4)
4+
versionCode=40
55
author=ip
66
description=Simple module that will add a zip binary into system/bin
7+
support=https://github.com/ipdev99/mModule_zipbin
8+
updateJson=https://raw.githubusercontent.com/ipdev99/mModule_zipbin/master/zipbin.json

zipbin.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"versionCode": "40",
3+
"version": "Module (v4)",
4+
"zipUrl": "https://github.com/ipdev99/mModule_zipbin/releases/download/v4/ZipBin-v4.zip",
5+
"changelog": "https://github.com/ipdev99/mModule_zipbin/releases/download/v4/v4.md"
6+
}

0 commit comments

Comments
 (0)