Allow overwriting vendor/download/libchromiumcontent when its version changes
This commit is contained in:
parent
3cda49b894
commit
5c0323cf23
1 changed files with 1 additions and 1 deletions
|
@ -23,4 +23,4 @@ git submodule update --init --recursive
|
|||
SOURCE_ROOT="$(pwd -P)"
|
||||
DOWNLOAD_DIR="${SOURCE_ROOT}/vendor/download"
|
||||
mkdir -p "${DOWNLOAD_DIR}"
|
||||
vendor/libchromiumcontent/script/download "${BASE_URL}" "${DOWNLOAD_DIR}/libchromiumcontent"
|
||||
vendor/libchromiumcontent/script/download -f "${BASE_URL}" "${DOWNLOAD_DIR}/libchromiumcontent"
|
||||
|
|
Loading…
Reference in a new issue