From 0c793f0347d7bc802de739bd031bc185abcd071e Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Mon, 6 Jun 2022 17:32:21 -0700 Subject: [PATCH] Update build_win_debug.sh --- infra/DEBUG/build_win_debug.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/infra/DEBUG/build_win_debug.sh b/infra/DEBUG/build_win_debug.sh index 2bf27175..79e49359 100644 --- a/infra/DEBUG/build_win_debug.sh +++ b/infra/DEBUG/build_win_debug.sh @@ -36,9 +36,16 @@ export NINJA_SUMMARIZE_BUILD=1 && ./infra/autoninja -C ~/chromium/src/out/thorium chrome chromedriver thorium_shell views_examples_with_content -j$@ && mkdir -v ~/chromium/src/out/thorium/Thorium_UI_Debug_Shell && +mkdir -v ~/chromium/src/out/thorium/Thorium_UI_Debug_Shell/icons && -cp -r -f -v icon_256.png ~/chromium/src/out/thorium/Thorium_UI_Debug_Shell && -cp -r -f -v thorium_debug_shell.ico ~/chromium/src/out/thorium/Thorium_UI_Debug_Shell && +cp -r -f -v ./icons/icon_16.png ~/chromium/src/out/thorium/Thorium_UI_Debug_Shell/icons && +cp -r -f -v ./icons/icon_24.png ~/chromium/src/out/thorium/Thorium_UI_Debug_Shell/icons && +cp -r -f -v ./icons/icon_32.png ~/chromium/src/out/thorium/Thorium_UI_Debug_Shell/icons && +cp -r -f -v ./icons/icon_48.png ~/chromium/src/out/thorium/Thorium_UI_Debug_Shell/icons && +cp -r -f -v ./icons/icon_64.png ~/chromium/src/out/thorium/Thorium_UI_Debug_Shell/icons && +cp -r -f -v ./icons/icon_128.png ~/chromium/src/out/thorium/Thorium_UI_Debug_Shell/icons && +cp -r -f -v ./icons/icon_256.png ~/chromium/src/out/thorium/Thorium_UI_Debug_Shell/icons && +cp -r -f -v ./icons/thorium_debug_shell.ico ~/chromium/src/out/thorium/Thorium_UI_Debug_Shell && cp -r -f -v DEBUG_SHELL_README.md ~/chromium/src/out/thorium/Thorium_UI_Debug_Shell/README.md && cp -r -f -v ~/chromium/src/out/thorium/locales ~/chromium/src/out/thorium/Thorium_UI_Debug_Shell/ && cp -r -f -v ~/chromium/src/out/thorium/test_fonts ~/chromium/src/out/thorium/Thorium_UI_Debug_Shell/ &&