Having an altstore source to easily install stuff via altstore/sidestore would be super convenient if possible :) Docs on creating one are [here](https://faq.altstore.io/distribute-your-apps/make-a-source). To ease the burden of updating the json file manually, you could also set it up similar to YTLitePlus: - On build, they [create a github release](https://github.com/Balackburn/YTLitePlus/blob/main/.github/workflows/buildapp.yml#L154) - Once that completes, they [trigger a workflow in the altstore plugin repo](https://github.com/Balackburn/YTLitePlus/blob/main/.github/workflows/buildapp.yml#L169) - [That workflow](https://github.com/Balackburn/YTLitePlusAltstore/blob/main/.github/workflows/update_source.yml#L31) runs a [python script](https://github.com/Balackburn/YTLitePlusAltstore/blob/main/update_json.py) that checks the github releases on the main repo, and updates the json file automatically with the latest release
Having an altstore source to easily install stuff via altstore/sidestore would be super convenient if possible :) Docs on creating one are here.
To ease the burden of updating the json file manually, you could also set it up similar to YTLitePlus: