mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 14:36:10 +02:00
🐛 Properly include emails on the bundle.
This commit is contained in:
parent
ef01caf829
commit
b22b77a39e
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
CLASSPATH=`(clojure -Spath)`
|
CLASSPATH=`(clojure -Spath)`
|
||||||
NEWCP="./resources:./main:./common"
|
NEWCP="./main:./common"
|
||||||
|
|
||||||
rm -rf ./target/dist
|
rm -rf ./target/dist
|
||||||
mkdir -p ./target/dist/deps
|
mkdir -p ./target/dist/deps
|
||||||
|
@ -16,6 +16,7 @@ done
|
||||||
|
|
||||||
cp ./resources/log4j2-bundle.xml ./target/dist/log4j2.xml
|
cp ./resources/log4j2-bundle.xml ./target/dist/log4j2.xml
|
||||||
cp -r ./src ./target/dist/main
|
cp -r ./src ./target/dist/main
|
||||||
|
cp -r ./resources/emails ./target/dist/main/
|
||||||
cp -r ../common ./target/dist/common
|
cp -r ../common ./target/dist/common
|
||||||
|
|
||||||
echo $NEWCP > ./target/dist/classpath;
|
echo $NEWCP > ./target/dist/classpath;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue