📝 Updated envs

This commit is contained in:
Nikhil Badyal
2022-10-22 20:42:04 +05:30
parent c3193e9051
commit c260ad426a
2 changed files with 2 additions and 8 deletions
-6
View File
@@ -246,12 +246,6 @@ By default, script build the version as recommended by Revanced team.
13. You can scan your build apks files with VirusTotal. For that, Add `VT_API_KEY` in `GitHub secrets`. 13. You can scan your build apks files with VirusTotal. For that, Add `VT_API_KEY` in `GitHub secrets`.
14. Sample Envs ![envs] 14. Sample Envs ![envs]
### Generate Token
1. Go to your account developer [settings](https://github.com/settings/tokens). Click on generate new token.<br>
<img src="https://i.imgur.com/grofl9E.png" height="150">
2. Give a nice name. and grant following permissions<br>
<img src="https://i.imgur.com/Msrk8QP.png" width="400" height="450">
[fork]: https://i.imgur.com/R5HdByI.png [fork]: https://i.imgur.com/R5HdByI.png
[secrets]: https://i.imgur.com/083Bjpg.png [secrets]: https://i.imgur.com/083Bjpg.png
[step_1]: https://i.imgur.com/Inj82KK.png [step_1]: https://i.imgur.com/Inj82KK.png
+2 -2
View File
@@ -7,6 +7,6 @@ set -o nounset
export PATCH_APPS=youtube,twitter,reddit,youtube_music export PATCH_APPS=youtube,twitter,reddit,youtube_music
export BUILD_EXTENDED=True export BUILD_EXTENDED=True
export EXCLUDE_PATCH_YOUTUBE=custom-branding,enable-debugging export EXCLUDE_PATCH_YOUTUBE=custom-branding,enable-debugging
export EXCLUDE_PATCH_YOUTUBE_EXTENDED=custom-branding-icon-red,custom-branding-icon-blue,custom-branding-icon-revancify,custom-branding-name,custom-package-name,materialyou export EXCLUDE_PATCH_YOUTUBE_EXTENDED=custom-branding-icon-red,custom-branding-icon-blue,custom-branding-icon-revancify,custom-branding-name,custom-package-name,materialyou,website
export EXCLUDE_PATCH_YOUTUBE_MUSIC_EXTENDED=custom-branding-music-red,custom-branding-music-revancify,custom-package-name-music,compact-header export EXCLUDE_PATCH_YOUTUBE_MUSIC_EXTENDED=custom-branding-music-red,custom-branding-music-revancify,custom-package-name-music,compact-header,website-music
export ARCHS_TO_BUILD=arm64-v8a export ARCHS_TO_BUILD=arm64-v8a