diff options
author | hackademix <giorgio@maone.net> | 2018-08-20 21:14:03 +0200 |
---|---|---|
committer | hackademix <giorgio@maone.net> | 2018-08-20 21:14:03 +0200 |
commit | ba23ccee322a7df9f1cbb576f062a32698284c1c (patch) | |
tree | b2fc5106e3f1e5be9c928b7285717b2878b7fd5e | |
parent | df1348420bdcfc2d089e77ea0303dbd55144c407 (diff) |
Added the new ./content directory to the xpi.
-rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |