From 2956c2b4c406b21874feda708db2d14d0449d26c Mon Sep 17 00:00:00 2001 From: achmizs Date: Sat, 2 Feb 2019 17:47:28 -0500 Subject: [PATCH] Bug fix to build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 7e2d6c6..e69a6d3 100755 --- a/build.sh +++ b/build.sh @@ -2,4 +2,4 @@ rm -r build/$1/* cp -R src/{*.js,*.html,*.css,fonts,images} build/$1/ -cp src/platform/$1/* build/$1/ +cp -R src/platform/$1/* build/$1/