From 7addb0f5fde296b4894a95886f724c5319eab3d2 Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Thu, 4 Jan 2024 17:50:31 -0600 Subject: [PATCH] seperate out patching from setup.sh --- setup.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.sh b/setup.sh index 3dbe3ccc..5dc3c4b1 100755 --- a/setup.sh +++ b/setup.sh @@ -214,9 +214,7 @@ printf "${GRE}Done!\n" && printf "\n" && printf "${YEL}Patching Chromium for Windows 7/8/8.1...${c0}\n" && printf "\n" && -cp -v patches/win7-8-8.1-support_thorium.patch ${CR_SRC_DIR}/ && -cp -v patches/win7-8-8.1-support-in-boringssl.patch ${CR_SRC_DIR}/third_party/boringssl/src/ && -cp -v patches/win7-8-8.1-support-in-webrtc.patch ${CR_SRC_DIR}/third_party/webrtc/ && +. patch.sh && printf "\n" && printf "${YEL}Exporting variables and setting handy aliases...${c0}\n" &&