aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
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