1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-25 01:20:37 +12:00

Include LICENSE.txt into extension packages

This commit is contained in:
Deathamns 2014-12-18 10:47:14 +01:00 committed by gorhill
parent be33b5c3f0
commit 4708427c0f

View file

@ -3,10 +3,12 @@
# This script assumes a linux environment
echo "*** uBlock_xpi: Copying files"
# use underscore instead of a dot!
DES=dist/build/uBlock_xpi
rm -r $DES
mkdir -p $DES
cp -R assets $DES/
rm $DES/assets/*.sh
cp -R src/css $DES/
@ -15,13 +17,13 @@ cp -R src/js $DES/
cp -R src/lib $DES/
cp -R src/_locales $DES/
cp src/*.html $DES/
cp src/img/icon_128.png $DES/icon.png
mv $DES/img/icon_128.png $DES/icon.png
cp platform/firefox/vapi-*.js $DES/js/
cp platform/firefox/bootstrap.js $DES/
cp platform/firefox/frameScript.js $DES/
cp platform/firefox/frameModule.js $DES/
cp platform/firefox/frame*.js $DES/
cp platform/firefox/chrome.manifest $DES/
cp platform/firefox/install.rdf $DES/
cp LICENSE.txt $DES/
echo "*** uBlock_xpi: Generating meta..."
python tools/make-firefox-meta.py $DES/