We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to download this module as zip for magisk?
The text was updated successfully, but these errors were encountered:
Hi, this module not in active maintain now, you need use linux to pack module to zip using "make" command
How to make magisk module: Clone repo (or download as zip) $ make Install module using Magisk Manager
This command run part of Makefile
zip -r ${magiskModuleName}.zip ./* --exclude .gitignore Makefile \*.zip .git/
So if you not familiar with make or Linux you can try make zip file with 7Zip etc. Need pack all repo exclude some files to zip.
Sorry, something went wrong.
ok thanks, i'll try
No branches or pull requests
how to download this module as zip for magisk?
The text was updated successfully, but these errors were encountered: