diff options
Diffstat (limited to 'build.sh')
-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 |