From 0dc03dc6fdc11a4e73f29c9349fc0cba8faa8e62 Mon Sep 17 00:00:00 2001 From: JustOff Date: Sat, 10 Oct 2020 18:12:20 +0300 Subject: [PATCH] Update make-assets.sh Related commit: - https://github.com/uBlockOrigin/uAssets/commit/8df495295ce56fe7293f64f8df7e521df141a510 --- tools/make-assets.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/make-assets.sh b/tools/make-assets.sh index 33958ca36..5bd513a13 100755 --- a/tools/make-assets.sh +++ b/tools/make-assets.sh @@ -24,8 +24,6 @@ cp -R ../uAssets/thirdparties/urlhaus-filter $DES/thirdparti mkdir $DES/ublock cp -R ../uAssets/filters/* $DES/ublock/ -# Use the locally hosted resources.txt -rm $DES/ublock/resources.txt cp ./assets/resources/resources.txt $DES/ublock/ # Optional and obsolete filter lists: do not include in package rm $DES/ublock/annoyances.txt