From 633fe1f4cf1bf98dbebb2f969db57d4fb26c3b43 Mon Sep 17 00:00:00 2001 From: jj Date: Thu, 27 Feb 2025 19:47:59 +0000 Subject: [PATCH] build: add extras.ini file with search engine icons --- docs/building.md | 2 ++ extras.ini | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 extras.ini diff --git a/docs/building.md b/docs/building.md index c81ad289..cc718155 100644 --- a/docs/building.md +++ b/docs/building.md @@ -21,7 +21,9 @@ The following procedure outline the essential steps to build Chromium will all o ```sh mkdir -p build/download_cache ./utils/downloads.py retrieve -c build/download_cache -i downloads.ini +./utils/downloads.py retrieve -c build/download_cache -i extras.ini ./utils/downloads.py unpack -c build/download_cache -i downloads.ini -- build/src +./utils/downloads.py unpack -c build/download_cache -i extras.ini -- build/src ``` 2. Prune binaries diff --git a/extras.ini b/extras.ini new file mode 100644 index 00000000..43535d26 --- /dev/null +++ b/extras.ini @@ -0,0 +1,5 @@ +[icons] +url = https://gist.githubusercontent.com/dumbmoron/a8aeb8926c4baa8fdd0fa8e8de47e5eb/raw/b5aae9abdceb64661afcf3dc2712523f8e3b1952/icons.tar.gz +download_filename = icons.tar.gz +sha256 = cd954c7257f126be871f79ecf8fff143425708d5d33501d0ba870fa466dafbe7 +output_path = ./components/resources/default_100_percent/search_engine_choice