mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
Add content_shell and svg icons
This commit is contained in:
parent
0bf19c4114
commit
6e77686ad6
1 changed files with 4 additions and 0 deletions
4
setup.sh
4
setup.sh
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
mkdir $HOME/chromium/src/out/thorium/ &&
|
||||
|
||||
cp -r -v build/. $HOME/chromium/src/build/ &&
|
||||
cp -r -v chrome/. $HOME/chromium/src/chrome/ &&
|
||||
cp -r -v components/. $HOME/chromium/src/components &&
|
||||
|
@ -8,6 +10,8 @@ cp -r -v media/. $HOME/chromium/src/media/ &&
|
|||
cp -r -v net/. $HOME/chromium/src/net/ &&
|
||||
cp -r -v ui/. $HOME/chromium/src/ui/ &&
|
||||
cp -r -v v8/. $HOME/chromium/src/v8/ &&
|
||||
cp -v chrome-devtools/chrome-devtools.svg $HOME/chromium/src/out/thorium/ &&
|
||||
cp -v content_shell/content-shell.desktop $HOME/chromium/src/out/thorium/ &&
|
||||
|
||||
cd $HOME/chromium/src &&
|
||||
|
||||
|
|
Loading…
Reference in a new issue