From ba23ccee322a7df9f1cbb576f062a32698284c1c Mon Sep 17 00:00:00 2001 From: hackademix Date: Mon, 20 Aug 2018 21:14:03 +0200 Subject: Added the new ./content directory to the xpi. --- build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 05ca638..49104b0 100755 --- a/build.sh +++ b/build.sh @@ -11,6 +11,7 @@ mkdir ./build_temp # Move source files to temp directory cp -r icons ./build_temp cp -r ./html ./build_temp +cp -r ./content ./build_temp cp manifest.json ./build_temp cp contact_finder.js ./build_temp cp bundle.js ./build_temp -- cgit v1.2.3