mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-07 06:32:47 -04:00
Version 0.3.7
This commit is contained in:
parent
76b3cb3b34
commit
d6ca10523d
2 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
||||||
[Setup]
|
[Setup]
|
||||||
AppId={{bitsquare}}
|
AppId={{bitsquare}}
|
||||||
AppName=Bitsquare
|
AppName=Bitsquare
|
||||||
AppVersion=0.3.6
|
AppVersion=0.3.7
|
||||||
AppVerName=Bitsquare
|
AppVerName=Bitsquare
|
||||||
AppPublisher=Bitsquare
|
AppPublisher=Bitsquare
|
||||||
AppComments=Bitsquare
|
AppComments=Bitsquare
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
cd ..\..\
|
cd ..\..\
|
||||||
mkdir gui\deploy
|
mkdir gui\deploy
|
||||||
|
|
||||||
:: edit iss file -> AppVersion=0.3.6
|
:: edit iss file -> AppVersion=0.3.7
|
||||||
|
|
||||||
:: 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.6 and -srcfiles
|
:: edit -> -BappVersion=0.3.7 and -srcfiles
|
||||||
|
|
||||||
:: 32 bit build
|
:: 32 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)
|
||||||
call "C:\Program Files\Java\jdk1.8.0_77\bin\javapackager.exe" -deploy -BappVersion=0.3.6 -native exe -name Bitsquare -title Bitsquare -vendor Bitsquare -outdir "\\VBOXSVR\vm_shared_windows_32bit" -appclass io.bitsquare.app.BitsquareAppMain -srcfiles "\\VBOXSVR\vm_shared_windows_32bit\Bitsquare-0.3.6.jar" -outfile Bitsquare -Bruntime="C:\Program Files\Java\jdk1.8.0_77\jre" -BjvmProperties=-Djava.net.preferIPv4Stack=true
|
call "C:\Program Files\Java\jdk1.8.0_77\bin\javapackager.exe" -deploy -BappVersion=0.3.7 -native exe -name Bitsquare -title Bitsquare -vendor Bitsquare -outdir "\\VBOXSVR\vm_shared_windows_32bit" -appclass io.bitsquare.app.BitsquareAppMain -srcfiles "\\VBOXSVR\vm_shared_windows_32bit\Bitsquare-0.3.7.jar" -outfile Bitsquare -Bruntime="C:\Program Files\Java\jdk1.8.0_77\jre" -BjvmProperties=-Djava.net.preferIPv4Stack=true
|
||||||
|
|
||||||
cd package\windows
|
cd package\windows
|
Loading…
Add table
Add a link
Reference in a new issue