1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

do not include optional annoyances.txt in extension package

This commit is contained in:
Raymond Hill 2017-12-17 09:42:24 -05:00
parent 367001a3de
commit 7afc78e866
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -25,5 +25,7 @@ cp -R ../uAssets/thirdparties/www.malwaredomainlist.com $DES/thirdparti
mkdir $DES/ublock
cp -R ../uAssets/filters/* $DES/ublock/
# Optional filter lists: do not include in package
rm $DES/ublock/annoyances.txt
echo "done."