mirror of https://github.com/gorhill/uBlock.git
this fixes #1531
This commit is contained in:
parent
7bb637be67
commit
a9d36027e1
|
@ -4,7 +4,7 @@
|
|||
|
||||
DES=$1/assets
|
||||
|
||||
echo "*** uBlock0.chromium: packaging assets in $DES"
|
||||
printf "*** Packaging assets in $DES... "
|
||||
|
||||
if [ -n "${TRAVIS_TAG}" ]; then
|
||||
pushd ..
|
||||
|
@ -28,4 +28,4 @@ cp -R ./assets/ublock/filter-lists.json $DES/ublock/
|
|||
|
||||
cp ../uAssets/checksums/ublock0.txt $DES/checksums.txt
|
||||
|
||||
echo "*** uBlock0.chromium: packaging assets: done."
|
||||
echo "done."
|
||||
|
|
Loading…
Reference in New Issue