0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-16 17:01:33 -05:00

🐛 Include error-report.tmpl in the backend bundle.

This commit is contained in:
Andrey Antukh 2021-01-25 13:21:51 +01:00 committed by Hirunatan
parent 9d7a814180
commit 5d0ad1ada2

View file

@ -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;