Update setup.sh

This commit is contained in:
Alexander David Frick 2022-08-24 23:52:06 -05:00 committed by GitHub
parent 5bebbe2d15
commit 2f9962014f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,8 +73,9 @@ chmod -v +x $HOME/chromium/src/chrome/installer/linux/debian/build.sh &&
# MacOS Widevine Workaround
copyMacOS () {
printf "\n" &&
printf "${YEL}Copying cdm_registration.cc for MacOS...${c0}\n" &&
printf "${YEL}Copying files for MacOS...${c0}\n" &&
cp -r -v other/Mac/cdm_registration.cc $HOME/chromium/src/chrome/common/media/ &&
cp -r -v other/Mac/arm.gni $HOME/chromium/src/build/config/ &&
printf "\n"
}