From c260ad426aef275a81e0a21b0c2d358b5f1613ad Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sat, 22 Oct 2022 20:42:04 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Updated=20envs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ------ export_env.sh | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4e7b2b9..7c22698 100644 --- a/README.md +++ b/README.md @@ -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`. 14. Sample Envs ![envs] -### Generate Token -1. Go to your account developer [settings](https://github.com/settings/tokens). Click on generate new token.
- -2. Give a nice name. and grant following permissions
- - [fork]: https://i.imgur.com/R5HdByI.png [secrets]: https://i.imgur.com/083Bjpg.png [step_1]: https://i.imgur.com/Inj82KK.png diff --git a/export_env.sh b/export_env.sh index 6c303f0..d24a547 100644 --- a/export_env.sh +++ b/export_env.sh @@ -7,6 +7,6 @@ set -o nounset export PATCH_APPS=youtube,twitter,reddit,youtube_music export BUILD_EXTENDED=True 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_MUSIC_EXTENDED=custom-branding-music-red,custom-branding-music-revancify,custom-package-name-music,compact-header +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,website-music export ARCHS_TO_BUILD=arm64-v8a