mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Pick only the packaged lists
This commit is contained in:
parent
3c12173dfe
commit
bc35110180
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ cp -R $ASSETS_MAIN/thirdparties/publicsuffix.org $DES/thirdparties/
|
|||
cp -R $ASSETS_MAIN/thirdparties/urlhaus-filter $DES/thirdparties/
|
||||
|
||||
mkdir -p $DES/thirdparties/easylist
|
||||
cp $ASSETS_PROD/thirdparties/easy*.txt $DES/thirdparties/easylist/
|
||||
cp $ASSETS_PROD/thirdparties/easylist.txt $DES/thirdparties/easylist/
|
||||
cp $ASSETS_PROD/thirdparties/easyprivacy.txt $DES/thirdparties/easylist/
|
||||
|
||||
mkdir $DES/ublock
|
||||
cp $ASSETS_PROD/filters/* $DES/ublock/
|
||||
|
|
Loading…
Reference in a new issue