mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
Update setup.sh
This commit is contained in:
parent
5bebbe2d15
commit
2f9962014f
1 changed files with 2 additions and 1 deletions
3
setup.sh
3
setup.sh
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue