aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-02-15 23:05:50 -0500
committergorhill <rhill@raymondhill.net>2015-02-15 23:05:50 -0500
commit70488274b1d1a1ddfbdafd5c5ad65a2a55871dac (patch)
treed30bbe695b1c1491846f0fcdb3948da4aba27e15 /tools
parent81638853bffafa70f9e5a00fead6704b3de55060 (diff)
downloaduBlock-70488274b1d1a1ddfbdafd5c5ad65a2a55871dac.zip
uBlock-70488274b1d1a1ddfbdafd5c5ad65a2a55871dac.tar.gz
uBlock-70488274b1d1a1ddfbdafd5c5ad65a2a55871dac.tar.bz2
as per comment, this should work well enough
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make-fennec.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/make-fennec.sh b/tools/make-fennec.sh
index 6e7ed04..7e4b81e 100755
--- a/tools/make-fennec.sh
+++ b/tools/make-fennec.sh
@@ -19,10 +19,10 @@ cp src/*.html $DES/
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/frame*.js $DES/
cp platform/firefox/chrome.manifest $DES/
cp platform/firefox/install.rdf $DES/
-cp platform/fennec/frameModule.js $DES/
+cp platform/fennec/vapi-*.js $DES/
cp LICENSE.txt $DES/
echo "*** uBlock.fennec: Generating meta..."