aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorhackademix <giorgio@maone.net>2018-09-13 16:18:43 +0200
committerhackademix <giorgio@maone.net>2018-09-13 16:18:43 +0200
commitc2530fc59734b16a642723b3a9401f9da5033b2d (patch)
tree94ce09c8b48a25ab4a2de0786d2124e22bec61a9 /build.sh
parent4acf282ae6d5ae24a956908a87478d944f8519b9 (diff)
Adjust directory layout and packaging to allow Storage.js to be shared with the settings page in the xpi release.
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 49104b0..264eb00 100755
--- a/build.sh
+++ b/build.sh
@@ -12,6 +12,7 @@ mkdir ./build_temp
cp -r icons ./build_temp
cp -r ./html ./build_temp
cp -r ./content ./build_temp
+cp -r ./common ./build_temp
cp manifest.json ./build_temp
cp contact_finder.js ./build_temp
cp bundle.js ./build_temp