Closed freyta closed 1 year ago
Any progress on this?
Sorry, I've been very busy and haven't had the time to test it yet. I'll try to do this at the end of this week.
Still no updates on this?
Can you explain how you get MagiskFridaBot to trigger the build process please? I can't seem to find any information on it.
My apologies again for the constant delays. This task was very low priority for me and kept getting pushed back. I wanted to refactor the code so it doesn't commit the updater.json
every time but never got the time for it. Since #37 was released with exactly that, I merged it in favor of this PR. Auto updates should work finally.
Regarding the triggering of this pipeline, it's hooked directly into magisk project from their side.
This automatically creates an update.json file which Magisk should check for updates.
I removed the use of the NEW_TAG.txt file to set the environmental variable, and instead use the main Python script. I also have set a few other variables which are used to write the JSON file such as which GitHub repository runs the action, and if none is set then it doesn't write a update URL to the module.prop.
Should fix #20