From 5d0ad1ada2315ffea25388beb9bd737cc5f360c4 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 25 Jan 2021 13:21:51 +0100 Subject: [PATCH] :bug: Include error-report.tmpl in the backend bundle. --- backend/scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/scripts/build.sh b/backend/scripts/build.sh index c1ea40621a..39d0890405 100755 --- a/backend/scripts/build.sh +++ b/backend/scripts/build.sh @@ -18,6 +18,7 @@ cp ./resources/log4j2-bundle.xml ./target/dist/log4j2.xml cp -r ./src ./target/dist/main cp -r ./resources/emails ./target/dist/main/ cp -r ./resources/svgclean.js ./target/dist/main/ +cp -r ./resources/error-report.tmpl ./target/dist/main/ cp -r ../common ./target/dist/common echo $NEWCP > ./target/dist/classpath;