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