mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update setup.sh
This commit is contained in:
parent
b24da69834
commit
e2ee54199c
1 changed files with 3 additions and 0 deletions
3
setup.sh
3
setup.sh
|
@ -54,6 +54,9 @@ cp -r -v thorium_shell/. $HOME/chromium/src/out/thorium/ &&
|
|||
cp -r -v pak_src/bin/pak $HOME/chromium/src/out/thorium/ &&
|
||||
cp -r -v pak_src/bin/pak-win/. $HOME/chromium/src/out/thorium/ &&
|
||||
|
||||
# Workaround for DevTools
|
||||
cp -r -v third_party/devtools-frontend/src/front_end/Images/src/chromeSelectDark.svg $HOME/chromium/src/out/thorium/gen/third_party/devtools-frontend/src/front_end/Images/
|
||||
|
||||
printf "${GRE}Done!\n" &&
|
||||
printf "\n" &&
|
||||
|
||||
|
|
Loading…
Reference in a new issue