From ac04f862b1ef7671d0e05b25fcbd4eba66ad9301 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Thu, 18 May 2017 19:50:25 -0400 Subject: [PATCH] Copy keys.sh in build script --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 242c4f7..b2ee20b 100755 --- a/build.sh +++ b/build.sh @@ -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/