summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2016-09-12 10:22:25 -0400
committergorhill <rhill@raymondhill.net>2016-09-12 10:22:25 -0400
commita7fe367eecf2af16d07e8ec69743638cd2b05adf (patch)
treedb984fef40ac8dd237ef371668af722bc4a1f0a5 /tools
parentaa20b6185d1f809ceb74ea6efcb354f2705ede69 (diff)
refactor where appropriate to make use of ES6 Set/Map (#1070)
At the same time, the following issues were fixed: - #1954: automatically lookup site-specific scriptlets - https://github.com/uBlockOrigin/uAssets/issues/23
Diffstat (limited to 'tools')
-rwxr-xr-xtools/make-firefox.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/make-firefox.sh b/tools/make-firefox.sh
index 7d4c3c5e..b9081465 100755
--- a/tools/make-firefox.sh
+++ b/tools/make-firefox.sh
@@ -22,6 +22,7 @@ cat src/background.html | sed -e '/vapi-polyfill\.js/d' > $DES/background.html
mv $DES/img/icon_128.png $DES/icon.png
cp platform/firefox/css/* $DES/css/
+cp platform/firefox/polyfill.js $DES/js/
cp platform/firefox/vapi-*.js $DES/js/
cp platform/firefox/bootstrap.js $DES/
cp platform/firefox/frame*.js $DES/