mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-20 21:04:28 -04:00
Fix scripts
This commit is contained in:
parent
a378ea9610
commit
33003b4a0e
2 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,8 @@ cd ../../
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Edit version
|
# Edit versions
|
||||||
|
buildVersion=1
|
||||||
fullVersion=0.1.1
|
fullVersion=0.1.1
|
||||||
|
|
||||||
# Copy jar file from mac build (1.jar from processed folder) to linux box
|
# Copy jar file from mac build (1.jar from processed folder) to linux box
|
||||||
|
@ -21,7 +22,7 @@ $JAVA_HOME/bin/javapackager \
|
||||||
-title Bitsquare \
|
-title Bitsquare \
|
||||||
-vendor Bitsquare \
|
-vendor Bitsquare \
|
||||||
-outdir gui/deploy \
|
-outdir gui/deploy \
|
||||||
-srcfiles gui/updatefx/builds/processed/1.jar \
|
-srcfiles gui/updatefx/builds/processed/$buildVersion.jar \
|
||||||
-appclass io.bitsquare.app.gui.BitsquareAppMain \
|
-appclass io.bitsquare.app.gui.BitsquareAppMain \
|
||||||
-outfile Bitsquare
|
-outfile Bitsquare
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ cd ..\..\
|
||||||
:: edit iss file -> AppVersion=0.1.1
|
:: edit iss file -> AppVersion=0.1.1
|
||||||
|
|
||||||
:: Copy jar file from mac build (1.jar from processed folder) to windows
|
:: 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
|
:: 64 bit build
|
||||||
:: Needs Inno Setup 5 or later (http://www.jrsoftware.org/isdl.php)
|
:: Needs Inno Setup 5 or later (http://www.jrsoftware.org/isdl.php)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue