fix(modules): add META-INF for Magisk versions before v28

Magisk before v28 requires META-INF/com/google/android/update-binary
+ updater-script in module zips to extract them; without these the
manager fails with an unpack error (issue #23). Magisk v28+ removed
this requirement, which is why the bug only shows up on older managers.

Added the standard Magisk template (same one already used by the
zygisk module) to portshide and kmod. CI's `(cd module && zip -qr)`
step picks up the new files automatically.
This commit is contained in:
okhsunrog 2026-04-16 00:23:05 +03:00
parent 4b0a597860
commit a37b1b7cd8
4 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1 @@
#MAGISK