mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
Update trunk.bat
This commit is contained in:
parent
c46a478a25
commit
883884b391
1 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
|||
## Windows native build trunk script.
|
||||
# Copyright (c) 2022 Alex313031.
|
||||
|
||||
cd C:\chromium\src\v8 &&
|
||||
cd C:\src\chromium\src\v8 &&
|
||||
|
||||
git checkout -f origin/main &&
|
||||
|
||||
cd C:\chromium\src &&
|
||||
cd C:\src\chromium\src &&
|
||||
|
||||
git checkout -f origin/main &&
|
||||
|
||||
|
@ -13,9 +13,7 @@ git rebase-update &&
|
|||
|
||||
git fetch --tags &&
|
||||
|
||||
gclient sync -D &&
|
||||
|
||||
gclient sync --with_branch_heads --with_tags &&
|
||||
gclient sync --with_branch_heads --with_tags -f -R -D &&
|
||||
|
||||
gclient runhooks &&
|
||||
|
||||
|
|
Loading…
Reference in a new issue