aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
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..."