Add util script for collecting binaries

This commit is contained in:
Manfred Karrer 2016-04-23 14:05:57 +02:00
parent 9f38374539
commit 46cdfafd5e
3 changed files with 27 additions and 3 deletions

View file

@ -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