From 4708427c0f3ea3c67d9bc4703d30836531f7d65e Mon Sep 17 00:00:00 2001 From: Deathamns Date: Thu, 18 Dec 2014 10:47:14 +0100 Subject: [PATCH] Include LICENSE.txt into extension packages --- tools/make-firefox.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tools/make-firefox.sh b/tools/make-firefox.sh index a959d52..a71045d 100644 --- a/tools/make-firefox.sh +++ b/tools/make-firefox.sh @@ -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/