Version 0.1.3 interrupted trade process working fine

This commit is contained in:
Manfred Karrer 2015-03-28 23:12:18 +01:00
parent 0008202037
commit aa1e141900
39 changed files with 209 additions and 148 deletions

View file

@ -21,9 +21,9 @@ $JAVA_HOME/bin/javapackager \
-name Bitsquare \
-title Bitsquare \
-vendor Bitsquare \
-outdir gui/deploy \
-srcfiles gui/updatefx/builds/processed/$buildVersion.jar \
-appclass io.bitsquare.app.gui.BitsquareAppMain \
-outdir core/deploy \
-srcfiles core/updatefx/builds/processed/$buildVersion.jar \
-appclass io.bitsquare.app.core.BitsquareAppMain \
-outfile Bitsquare
cd package/linux

View file

@ -3,9 +3,9 @@
# setup dirs
cd ../../
mkdir gui/updatefx
mkdir gui/updatefx/builds
mkdir gui/updatefx/builds/processed
mkdir gui/deploy
mkdir core/updatefx
mkdir core/updatefx/builds
mkdir core/updatefx/builds/processed
mkdir core/deploy
cd package/linux