Browse Source

Copy keys.sh in build script

tags/v1.0
Matt Baer 7 years ago
parent
commit
ac04f862b1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      build.sh

+ 1
- 0
build.sh View File

@@ -23,6 +23,7 @@ cp static/*.html build/static/
cp static/css/*.css build/static/css/
cp -r static/js/* build/static/js/
cp -r templates/ build/
cp keys.sh build/

echo -e "$L Building application..."
cd main/


Loading…
Cancel
Save