mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-11 10:49:04 -04:00
Fix scripts
This commit is contained in:
parent
a378ea9610
commit
33003b4a0e
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user