This repo template will allow you to build Perseus using Github Actions. This will helps people who don't want to setup build environments on their machines.
- Under NO CIRCUMSTANCES any APKs will be uploaded to this repository to avoid DMCA.
- This repo was designed for two circumstances: CN version and other regions when apkpure doesn't have the latest version.
- The ability to edit the code is required
- I don't use github frequently. So I won't do any Technical support for this.
- Create a new PRIVATE repository using this repository as a template (Guide).
- Go to newly created repo Settings > Actions > General > Workflow permissions > Set Read and Write permission.
- Find the download link yourself and replace the link in line 29 in patch_perseus.sh (if you need versions of other regions, you also need to change the package name, Ctrl+H would do the job.)
- Go to Actions -> All workflows -> Perseus Build
- Run the workflow
- Download the APKs from the draft releases
- This project can only patch .apk file, if you want to patch .xapk file, uncommennt these 2 lines in patch_perseus.sh and change the suffix in wget:
- change the download link here in patch_perseus.sh . And make sure the link is not Disposable or Dynamic.(high lighted part)
- replace ALL the packge name in patch_perseus.sh , Ctrl+F would do the work.(Don't change the suffix though)