Update setup.sh

This commit is contained in:
Alexander David Frick 2022-08-24 23:11:42 -05:00 committed by GitHub
parent 08824f38e6
commit 04c536bc1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,7 +74,7 @@ chmod -v +x $HOME/chromium/src/chrome/installer/linux/debian/build.sh &&
copyMacOS () {
printf "\n" &&
printf "${YEL}Copying cdm_registration.cc for MacOS...${c0}\n" &&
cp -r -v infra/cdm_registration.cc $HOME/chromium/src/chrome/common/media/ &&
cp -r -v other/Mac/cdm_registration.cc $HOME/chromium/src/chrome/common/media/ &&
printf "\n"
}