Skip to content
New issue

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

Enable Updates via Magisk #37

Merged
merged 1 commit into from
Aug 11, 2023
Merged

Enable Updates via Magisk #37

merged 1 commit into from
Aug 11, 2023

Conversation

cirosec
Copy link

@cirosec cirosec commented Aug 11, 2023

This PR enables the Magisk Update Property to allow updating of the Module directly from Magisk. See Magisk Documentation for module.prop.
The build CI will generate an updater.json file to be released alonside the zip File. The module.prop points to the latest released updater.json. The updater.json points to the specific current release to allow downloading the updated Module.zip from there.
This is similar to #31, but it doesnt need to commit to the repo from the build pipeline, instead uses the release for the updater.json
Cheers, JM-Lemmi

creates updater.json File in Release
@ViRb3
Copy link
Owner

ViRb3 commented Aug 11, 2023

Very nice! This is exactly what I was thinking about implementing. Thanks.

@ViRb3 ViRb3 merged commit 38988ca into ViRb3:master Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants