mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-02 06:36:22 -04:00
Add util script for collecting binaries
This commit is contained in:
parent
9f38374539
commit
46cdfafd5e
3 changed files with 27 additions and 3 deletions
|
@ -37,7 +37,10 @@ $JAVA_HOME/bin/javapackager \
|
|||
rm "gui/deploy/Bitsquare.html"
|
||||
rm "gui/deploy/Bitsquare.jnlp"
|
||||
|
||||
mv "gui/deploy/bundles/Bitsquare.dmg" "gui/deploy/Bitsquare-$fullVersion.dmg"
|
||||
rm gui/deploy/bundles
|
||||
mv "gui/deploy/bundles/Bitsquare-$fullVersion.dmg" "gui/deploy/Bitsquare-$fullVersion.dmg"
|
||||
rm "gui/deploy/bundles"
|
||||
|
||||
mv "gui/deploy/SeedNode.jar" "gui/deploy/SeedNode-0.4.3.jar"
|
||||
|
||||
|
||||
cd package/mac
|
Loading…
Add table
Add a link
Reference in a new issue