From 9f71b0b9e69f23031e55c87657d53f88c51013b2 Mon Sep 17 00:00:00 2001 From: achmizs Date: Sat, 2 Feb 2019 16:21:48 -0500 Subject: [PATCH] Tweak to build script --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index dfab35f..49426af 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ #!/bin/sh -cp src/platform/$1/manifest.json build/$1/manifest.json -cp -R src/{*.js,*.html,*.css,fonts,images} build/$1/ \ No newline at end of file +cp -R src/{*.js,*.html,*.css,fonts,images} build/$1/ +cp src/platform/$1/ build/$1/