From 31d6ff6f931696850c348007241195ab3b2eddc7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 07:47:55 +0200 Subject: Adding upstream version 1.55.0+dfsg. Signed-off-by: Daniel Baumann --- tools/pull-assets.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 tools/pull-assets.sh (limited to 'tools/pull-assets.sh') diff --git a/tools/pull-assets.sh b/tools/pull-assets.sh new file mode 100755 index 0000000..88e268d --- /dev/null +++ b/tools/pull-assets.sh @@ -0,0 +1,11 @@ +#!/usr/bin/env bash +# +# This script assumes a linux environment + +set -e + +DES=dist/build/uAssets + +echo "*** Pull assets from remote into $DES" +git clone --depth 1 --branch master https://github.com/uBlockOrigin/uAssets $DES/main +git clone --depth 1 --branch gh-pages https://github.com/uBlockOrigin/uAssets $DES/prod -- cgit v1.2.3