1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

this fixes travis?

This commit is contained in:
gorhill 2016-04-03 14:25:56 -04:00
parent 2c77c736fc
commit 5fda221031

View File

@ -6,6 +6,12 @@ DES=$1/assets
echo "*** uBlock0.chromium: packaging assets in $DES"
if [ -n "${TRAVIS_TAG}" ]; then
pushd ..
git clone https://github.com/uBlockOrigin/uAssets.git
popd
fi
rm -rf $DES
mkdir $DES