Skip to content

Commit

Permalink
seperate out patching from setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Jan 4, 2024
1 parent 5538f9b commit 7addb0f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.sh
Expand Up @@ -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" &&
Expand Down

0 comments on commit 7addb0f

Please sign in to comment.