From 64e468b7d5821bcbc8f9a7e26af3b12ce40d4f5f Mon Sep 17 00:00:00 2001 From: AlexVallat Date: Tue, 3 Mar 2015 07:58:35 +0000 Subject: [PATCH] Tidying .xul location, update linux script to match windows one --- tools/make-firefox.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/make-firefox.sh b/tools/make-firefox.sh index d52a3a8..91f3e5f 100755 --- a/tools/make-firefox.sh +++ b/tools/make-firefox.sh @@ -22,6 +22,7 @@ cp platform/firefox/bootstrap.js $DES/ cp platform/firefox/frame*.js $DES/ cp platform/firefox/chrome.manifest $DES/ cp platform/firefox/install.rdf $DES/ +cp platform/firefox/*.xul $DES/ cp LICENSE.txt $DES/ echo "*** uBlock.firefox: Generating meta..."