forked from Spacellary/ReVanced-Extended-Automated-Builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexport_env.sh
14 lines (12 loc) · 781 Bytes
/
export_env.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
set -o errexit
set -o pipefail
set -o nounset
export PATCH_APPS=youtube,youtube_music
export BUILD_EXTENDED=True
export EXCLUDE_PATCH_YOUTUBE=custom-branding,debugging
export EXCLUDE_PATCH_TWITCH=debug-mode
export EXCLUDE_PATCH_YOUTUBE_EXTENDED=custom-branding-icon-afn-red,custom-branding-icon-afn-blue,custom-branding-icon-revancify,custom-branding-name
export EXCLUDE_PATCH_YOUTUBE_MUSIC_EXTENDED=custom-branding-music-afn-red,custom-branding-music-afn-blue,custom-branding-music-revancify,compact-header
export ALTERNATIVE_YOUTUBE_PATCHES=custom-branding-icon-afn-blue,custom-branding-icon-afn-red,custom-branding-icon-revancify
export ALTERNATIVE_YOUTUBE_MUSIC_PATCHES=custom-branding-music-afn-red,custom-branding-music-afn-blue,custom-branding-music-revancify