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
|
@ -12,11 +12,12 @@ mkdir -p $DES
|
|||
echo "*** uBlock0.thunderbird: copying common files"
|
||||
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/firefox/vapi-webrequest.js $DES/js/
|
||||
cp platform/firefox/vapi-usercss.js $DES/js/
|
||||
cp platform/thunderbird/manifest.json $DES/
|
||||
cp platform/firefox/webext.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"
|
||||
cat $DES/js/vapi-usercss.js > /tmp/contentscript.js
|
||||
|
|
Loading…
Reference in New Issue