mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨ Updated docs
This commit is contained in:
@@ -249,8 +249,13 @@ By default, script build the version as recommended by Revanced team.
|
|||||||
```dotenv
|
```dotenv
|
||||||
BRANDING_PATCH=custom-branding-icon-blue
|
BRANDING_PATCH=custom-branding-icon-blue
|
||||||
```
|
```
|
||||||
|
12. You can build only for `arm64-v8a` devices in order to get smaller apk files.This can be done with by adding
|
||||||
12. Sample Envs ![envs]
|
`BUILD_ARM64_V8A_ONLY` in `ENVS` in `GitHub secrets` (Recommended) in the format.
|
||||||
|
```dotenv
|
||||||
|
BUILD_ARM64_V8A_ONLY=True
|
||||||
|
```
|
||||||
|
Make sure you are using `revanced-extended` as `revanced` doesn't support this.
|
||||||
|
13. Sample Envs ![envs]
|
||||||
|
|
||||||
### Generate Token
|
### Generate Token
|
||||||
1. Go to your account developer [settings](https://github.com/settings/tokens). Click on generate new token.<br>
|
1. Go to your account developer [settings](https://github.com/settings/tokens). Click on generate new token.<br>
|
||||||
|
|||||||
Reference in New Issue
Block a user