From bc35110180532da33c2710b6237ea749f2f3f387 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 27 Apr 2023 13:22:15 -0400 Subject: [PATCH] Pick only the packaged lists --- tools/make-assets.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/make-assets.sh b/tools/make-assets.sh index f26d2fa9f..1928b760b 100755 --- a/tools/make-assets.sh +++ b/tools/make-assets.sh @@ -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/