Fix scripts

This commit is contained in:
Manfred Karrer 2015-03-06 23:40:42 +01:00
parent a378ea9610
commit 33003b4a0e
2 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,8 @@ cd ../../
set -e
# Edit version
# Edit versions
buildVersion=1
fullVersion=0.1.1
# Copy jar file from mac build (1.jar from processed folder) to linux box
@ -21,7 +22,7 @@ $JAVA_HOME/bin/javapackager \
-title Bitsquare \
-vendor Bitsquare \
-outdir gui/deploy \
-srcfiles gui/updatefx/builds/processed/1.jar \
-srcfiles gui/updatefx/builds/processed/$buildVersion.jar \
-appclass io.bitsquare.app.gui.BitsquareAppMain \
-outfile Bitsquare

View File

@ -3,7 +3,7 @@ cd ..\..\
:: edit iss file -> AppVersion=0.1.1
:: Copy jar file from mac build (1.jar from processed folder) to windows
:: edit -> -BappVersion=0.1.1
:: edit -> -BappVersion=0.1.1 and -srcfiles
:: 64 bit build
:: Needs Inno Setup 5 or later (http://www.jrsoftware.org/isdl.php)