Disable building of adblock again, it's still not ready
This commit is contained in:
parent
22271a661e
commit
e241273ad5
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ import os
|
|||
|
||||
extensions = os.listdir ('extensions')
|
||||
for extension in extensions:
|
||||
# Adblock is incomplete and not ready for release
|
||||
if extension == 'adblock.c':
|
||||
continue
|
||||
folder = 'extensions' + os.sep + extension
|
||||
if os.path.isdir (folder):
|
||||
files = os.listdir (folder)
|
||||
|
|
Loading…
Reference in a new issue