From 1dfac4ce07cc3d9e5d5be50c7344250818639071 Mon Sep 17 00:00:00 2001 From: shmck Date: Wed, 7 Oct 2020 07:47:01 -0700 Subject: [PATCH] fix build script for linux Signed-off-by: shmck --- scripts/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index 99ec7c1f..efb39858 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -19,10 +19,10 @@ cd .. # For Windows build: switch the next 2 lines if [[ "$OSTYPE" == "msys" ]]; then echo "linux subsystem on windows selected" -cp -R ./web-app/build/ ./ + cp -R ./web-app/build/ ./ else echo "Unix system selected" -cp -R ./web-app/build/ ./build/ + cp -R ./web-app/build/. ./build/ fi node scripts/fixFontPaths.js