mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Fix thunderbird build script
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/753
This commit is contained in:
parent
f4c25f0e74
commit
7459a3f369
1 changed files with 5 additions and 4 deletions
|
@ -15,8 +15,9 @@ bash ./tools/copy-common-files.sh $DES
|
|||
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/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 a new issue