mirror of https://github.com/gorhill/uBlock.git
Fix thunderbird build script
This commit is contained in:
parent
646ddff8fe
commit
aa011e040c
|
@ -16,20 +16,8 @@ cp -R $DES/_locales/nb $DES/_locales/no
|
||||||
|
|
||||||
cp platform/thunderbird/manifest.json $DES/
|
cp platform/thunderbird/manifest.json $DES/
|
||||||
cp platform/firefox/webext.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/
|
cp platform/firefox/vapi-webrequest.js $DES/js/
|
||||||
|
|
||||||
echo "*** uBlock0.thunderbird: concatenating content scripts"
|
|
||||||
cat $DES/js/vapi-usercss.js > /tmp/contentscript.js
|
|
||||||
echo >> /tmp/contentscript.js
|
|
||||||
grep -v "^'use strict';$" $DES/js/vapi-usercss.real.js >> /tmp/contentscript.js
|
|
||||||
echo >> /tmp/contentscript.js
|
|
||||||
grep -v "^'use strict';$" $DES/js/contentscript.js >> /tmp/contentscript.js
|
|
||||||
mv /tmp/contentscript.js $DES/js/contentscript.js
|
|
||||||
rm $DES/js/vapi-usercss.js
|
|
||||||
rm $DES/js/vapi-usercss.real.js
|
|
||||||
rm $DES/js/vapi-usercss.pseudo.js
|
|
||||||
|
|
||||||
# Firefox/webext-specific
|
# Firefox/webext-specific
|
||||||
rm $DES/img/icon_128.png
|
rm $DES/img/icon_128.png
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue