Opening discussions and introduction. #13
Spacellary
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The goal of this fork is to provide new builds automatically whenever new ReVanced Extended patches are available.
The
Update Checker
workflow will try to check every 5 minutes – realistically it does it every 10-15 minutes because the servers are overworked – and if a new version is found – it just does a comparison to a local file to determine if there are changes or not, with no need for scripts, and mostly just using GitHub's built-in functions – it triggers theBuild & Release
workflow, and updates the local version in the file with the newly found one.Generally this is the only notable difference from upstream, the rest is mostly just cosmetic changes to releases.
Like upstream it also releases versions of the supported applications with alternative icons. Defaults are listed in the releases page.I decided to add automation to the workflows so I can personally just wait for a "new release" notification and simply head to the bookmarked releases page and download the updated version without having to manually run the workflow, as easy as that is.
Beta Was this translation helpful? Give feedback.
All reactions