From 10713937cb7b01f524bb60be171f5fde7c3f20d4 Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Mon, 27 Feb 2023 06:34:57 -0600 Subject: [PATCH] Update VERSION.sh --- VERSION.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VERSION.sh b/VERSION.sh index 06afed91..a067e85a 100755 --- a/VERSION.sh +++ b/VERSION.sh @@ -44,6 +44,8 @@ git checkout -f tags/$THOR_VER && git clean -ffd && +cp thorium-libjxl/DEPS ~/chromium/src/ + gclient sync --with_branch_heads --with_tags -f -R -D && gclient runhooks &&