aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorhackademix <giorgio@maone.net>2018-08-20 21:14:03 +0200
committerhackademix <giorgio@maone.net>2018-08-20 21:14:03 +0200
commitba23ccee322a7df9f1cbb576f062a32698284c1c (patch)
treeb2fc5106e3f1e5be9c928b7285717b2878b7fd5e /build.sh
parentdf1348420bdcfc2d089e77ea0303dbd55144c407 (diff)
Added the new ./content directory to the xpi.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
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