mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
build: add extras.ini file with search engine icons
This commit is contained in:
@@ -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
|
||||
|
||||
5
extras.ini
Normal file
5
extras.ini
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user