mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-26 08:25:23 -04:00
Update build scripts for v 0.3.2.1
This commit is contained in:
parent
f009434530
commit
d879b703b2
3 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@ mkdir -p gui/deploy
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Edit versions
|
# Edit versions
|
||||||
fullVersion=0.3.2
|
fullVersion=0.3.2.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
|
||||||
# Note: fakeroot needs to be installed on linux
|
# Note: fakeroot needs to be installed on linux
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
[Setup]
|
[Setup]
|
||||||
AppId={{bitsquare}}
|
AppId={{bitsquare}}
|
||||||
AppName=Bitsquare
|
AppName=Bitsquare
|
||||||
AppVersion=0.3.2
|
AppVersion=0.3.2.1
|
||||||
AppVerName=Bitsquare
|
AppVerName=Bitsquare
|
||||||
AppPublisher=Bitsquare
|
AppPublisher=Bitsquare
|
||||||
AppComments=Bitsquare
|
AppComments=Bitsquare
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
cd ..\..\
|
cd ..\..\
|
||||||
mkdir gui\deploy
|
mkdir gui\deploy
|
||||||
|
|
||||||
:: edit iss file -> AppVersion=0.3.2
|
:: edit iss file -> AppVersion=0.3.2.1
|
||||||
|
|
||||||
:: Copy gui/deploy.Bitsquare.jar file from mac build to windows
|
:: Copy gui/deploy.Bitsquare.jar file from mac build to windows
|
||||||
:: edit -> -BappVersion=0.3.2 and -srcfiles
|
:: edit -> -BappVersion=0.3.2.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)
|
||||||
:: Build with jdk1.8.0_40 fails but jdk1.8.0_3 works
|
:: Build with jdk1.8.0_40 fails but jdk1.8.0_3 works
|
||||||
call "C:\Program Files\Java\jdk1.8.0_31\bin\javapackager.exe" -deploy -BappVersion=0.3.2 -native exe -name Bitsquare -title Bitsquare -vendor Bitsquare -outdir gui\deploy -appclass io.bitsquare.app.BitsquareAppMain -srcfiles "gui\deploy\Bitsquare.jar" -outfile Bitsquare -Bruntime="C:\Program Files\Java\jdk1.8.0_31\jre"
|
call "C:\Program Files\Java\jdk1.8.0_31\bin\javapackager.exe" -deploy -BappVersion=0.3.2.1 -native exe -name Bitsquare -title Bitsquare -vendor Bitsquare -outdir gui\deploy -appclass io.bitsquare.app.BitsquareAppMain -srcfiles "gui\deploy\Bitsquare.jar" -outfile Bitsquare -Bruntime="C:\Program Files\Java\jdk1.8.0_31\jre"
|
||||||
|
|
||||||
:: 32 bit build
|
:: 32 bit build
|
||||||
:: call "C:\Program Files (x86)\Java\jdk1.8.0_31\bin\javapackager.exe" -deploy -BappVersion=0.3.2 -native exe -name Bitsquare -title Bitsquare -vendor Bitsquare -outdir gui\deploy -appclass io.bitsquare.app.BitsquareAppMain -srcfiles "gui\deploy\Bitsquare.jar" -outfile Bitsquare -Bruntime="C:\Program Files (x86)\Java\jdk1.8.0_31\jre"
|
:: call "C:\Program Files (x86)\Java\jdk1.8.0_31\bin\javapackager.exe" -deploy -BappVersion=0.3.2.1 -native exe -name Bitsquare -title Bitsquare -vendor Bitsquare -outdir gui\deploy -appclass io.bitsquare.app.BitsquareAppMain -srcfiles "gui\deploy\Bitsquare.jar" -outfile Bitsquare -Bruntime="C:\Program Files (x86)\Java\jdk1.8.0_31\jre"
|
||||||
|
|
||||||
cd package\windows
|
cd package\windows
|
Loading…
Add table
Add a link
Reference in a new issue