mirror of
https://github.com/penpot/penpot.git
synced 2026-09-11 22:49:30 +00:00
🐛 Properly include emails on the bundle.
This commit is contained in:
parent
ef01caf829
commit
b22b77a39e
@ -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…
x
Reference in New Issue
Block a user