mirror of https://github.com/gorhill/uBlock.git
Fix thunderbird build script
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/753
This commit is contained in:
parent
f4c25f0e74
commit
7459a3f369
|
@ -15,8 +15,9 @@ bash ./tools/copy-common-files.sh $DES
|
||||||
cp -R $DES/_locales/nb $DES/_locales/no
|
cp -R $DES/_locales/nb $DES/_locales/no
|
||||||
|
|
||||||
cp platform/thunderbird/manifest.json $DES/
|
cp platform/thunderbird/manifest.json $DES/
|
||||||
cp platform/firefox/vapi-webrequest.js $DES/js/
|
cp platform/firefox/webext.js $DES/js/
|
||||||
cp platform/firefox/vapi-usercss.js $DES/js/
|
cp platform/firefox/vapi-usercss.js $DES/js/
|
||||||
|
cp platform/firefox/vapi-webrequest.js $DES/js/
|
||||||
|
|
||||||
echo "*** uBlock0.thunderbird: concatenating content scripts"
|
echo "*** uBlock0.thunderbird: concatenating content scripts"
|
||||||
cat $DES/js/vapi-usercss.js > /tmp/contentscript.js
|
cat $DES/js/vapi-usercss.js > /tmp/contentscript.js
|
||||||
|
|
Loading…
Reference in New Issue