1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

Pick only the packaged lists

This commit is contained in:
Raymond Hill 2023-04-27 13:22:15 -04:00
parent 3c12173dfe
commit bc35110180
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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/