mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
Add components dir
This commit is contained in:
parent
76e031f7d6
commit
a62ba8edd0
1 changed files with 1 additions and 0 deletions
1
setup.sh
1
setup.sh
|
@ -2,6 +2,7 @@
|
|||
|
||||
cp -r -v build/. $HOME/chromium/src/build/ &&
|
||||
cp -r -v chrome/. $HOME/chromium/src/chrome/ &&
|
||||
cp -r -v components/. $HOME/chromium/src/components &&
|
||||
cp -r -v content/. $HOME/chromium/src/content/ &&
|
||||
cp -r -v media/. $HOME/chromium/src/media/ &&
|
||||
cp -r -v ui/. $HOME/chromium/src/ui/ &&
|
||||
|
|
Loading…
Reference in a new issue