From fe4644db265aa4748f015a09b74e29e49daf880a Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Fri, 25 Aug 2023 15:57:15 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Removed=20export=5Fenv.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- export_env.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 export_env.sh diff --git a/export_env.sh b/export_env.sh deleted file mode 100644 index e97577c..0000000 --- a/export_env.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/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