From 1c85e1563c9c64c4df6179bd45ceb2bc060ccef5 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Wed, 17 Nov 2021 20:20:15 -0800 Subject: [PATCH] devops: fix chromium win archiving --- browser_patches/chromium/archive.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/browser_patches/chromium/archive.sh b/browser_patches/chromium/archive.sh index 4b7ae8dfb2..aa24583ad5 100755 --- a/browser_patches/chromium/archive.sh +++ b/browser_patches/chromium/archive.sh @@ -100,6 +100,7 @@ function archive_compiled_chromium() { if [[ $1 == "--compile-win"* ]]; then $COPY_COMMAND "${CR_CHECKOUT_PATH}/src/out/Default/"*.manifest "output/${CHROMIUM_FOLDER_NAME}/" + mkdir -p "output/${CHROMIUM_FOLDER_NAME}/locales" $COPY_COMMAND "${CR_CHECKOUT_PATH}/src/out/Default/locales/"*.pak "output/${CHROMIUM_FOLDER_NAME}/locales/" fi