mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-12 18:04:16 +01:00
this fixes #1531
This commit is contained in:
parent
7bb637be67
commit
a9d36027e1
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
DES=$1/assets
|
DES=$1/assets
|
||||||
|
|
||||||
echo "*** uBlock0.chromium: packaging assets in $DES"
|
printf "*** Packaging assets in $DES... "
|
||||||
|
|
||||||
if [ -n "${TRAVIS_TAG}" ]; then
|
if [ -n "${TRAVIS_TAG}" ]; then
|
||||||
pushd ..
|
pushd ..
|
||||||
|
@ -28,4 +28,4 @@ cp -R ./assets/ublock/filter-lists.json $DES/ublock/
|
||||||
|
|
||||||
cp ../uAssets/checksums/ublock0.txt $DES/checksums.txt
|
cp ../uAssets/checksums/ublock0.txt $DES/checksums.txt
|
||||||
|
|
||||||
echo "*** uBlock0.chromium: packaging assets: done."
|
echo "done."
|
||||||
|
|
Loading…
Reference in a new issue