mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 00:26:37 +02:00
🎉 Add build date and changelog to the bundle
This commit is contained in:
parent
2af057a79f
commit
b2607b28ff
8 changed files with 37 additions and 3 deletions
|
@ -8,6 +8,7 @@ rm -rf target;
|
|||
mkdir -p target/classes;
|
||||
mkdir -p target/dist;
|
||||
echo "$CURRENT_VERSION" > target/classes/version.txt;
|
||||
cp ../CHANGES.md target/classes/changelog.md;
|
||||
|
||||
clojure -T:build jar;
|
||||
mv target/penpot.jar target/dist/penpot.jar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue