mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
minor change
This commit is contained in:
parent
ff64a8340c
commit
00b19515cf
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,7 @@ fi
|
|||
|
||||
rm -rf $DES
|
||||
mkdir $DES
|
||||
cp ./assets/assets.json $DES/
|
||||
|
||||
mkdir $DES/thirdparties
|
||||
cp -R ../uAssets/thirdparties/easylist-downloads.adblockplus.org $DES/thirdparties/
|
||||
|
@ -24,6 +25,5 @@ cp -R ../uAssets/thirdparties/www.malwaredomainlist.com $DES/thirdparti
|
|||
|
||||
mkdir $DES/ublock
|
||||
cp -R ../uAssets/filters/* $DES/ublock/
|
||||
cp -R ./assets/assets.json $DES/
|
||||
|
||||
echo "done."
|
||||
|
|
Loading…
Reference in a new issue