mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Add pak to Thorium.
This commit is contained in:
parent
7852f8b296
commit
2e584caae0
1 changed files with 1 additions and 0 deletions
1
setup.sh
1
setup.sh
|
@ -15,6 +15,7 @@ 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 -r -v content_shell/. $HOME/chromium/src/out/thorium/ &&
|
||||
cp -r -v pak $HOME/chromium/src/out/thorium/ &&
|
||||
|
||||
cd $HOME/chromium/src &&
|
||||
|
||||
|
|
Loading…
Reference in a new issue