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