From a2fdbbf7c554e1f3a05f4a7c55abb6287edaa03e Mon Sep 17 00:00:00 2001 From: Joseph Milazzo Date: Thu, 11 Aug 2022 20:37:09 -0500 Subject: [PATCH] We need this (#1427) --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 6da3a209a..c240cc5d7 100755 --- a/build.sh +++ b/build.sh @@ -87,8 +87,8 @@ Package() echo dotnet publish -c Release --self-contained --runtime $runtime -o "$lOutputFolder" --framework $framework dotnet publish -c Release --self-contained --runtime $runtime -o "$lOutputFolder" --framework $framework - #echo "Recopying wwwroot due to bug" - #cp -R ./wwwroot/* $lOutputFolder/wwwroot + echo "Recopying wwwroot due to bug" + cp -R ./wwwroot/* $lOutputFolder/wwwroot echo "Copying Install information" cp ../INSTALL.txt "$lOutputFolder"/README.txt