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:
parent
9d7a814180
commit
5d0ad1ada2
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue