mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-02 06:36:22 -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
|
||||
|
||||
# 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue