From d9bfbb5525dd1b5b4adc4fbff1760112c7a866e5 Mon Sep 17 00:00:00 2001 From: xofe <22776566+xofe@users.noreply.github.com> Date: Fri, 24 Nov 2017 09:13:35 +0000 Subject: [PATCH] firefox: only copy polyfill.js + vapi-*.js to js directory (other js files only needed in root dir of package) --- tools/make-firefox.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/make-firefox.sh b/tools/make-firefox.sh index 93ec0c7..32ae18c 100755 --- a/tools/make-firefox.sh +++ b/tools/make-firefox.sh @@ -19,7 +19,8 @@ cp -R src/* $DES/ mv $DES/img/icon_128.png $DES/icon.png cp platform/firefox/css/* $DES/css/ -cp platform/firefox/*.js $DES/js/ +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/ cp -R platform/chromium/img $DES/