2016-03-28 03:23:50 +02:00
|
|
|
cd ..\..\
|
|
|
|
mkdir gui\deploy
|
|
|
|
|
2016-04-16 22:36:34 +02:00
|
|
|
:: edit iss file -> AppVersion=0.4.2
|
2016-03-28 03:23:50 +02:00
|
|
|
|
|
|
|
:: Copy gui/deploy.Bitsquare.jar file from mac build to windows
|
2016-04-16 22:36:34 +02:00
|
|
|
:: edit -> -BappVersion=0.4.2 and -srcfiles
|
2016-03-28 03:23:50 +02:00
|
|
|
|
|
|
|
:: 32 bit build
|
2016-03-28 04:21:58 +02:00
|
|
|
:: Needs Inno Setup 5 or later (http://www.jrsoftware.org/isdl.php)
|
2016-04-16 22:36:34 +02:00
|
|
|
call "C:\Program Files\Java\jdk1.8.0_77\bin\javapackager.exe" -deploy -BappVersion=0.4.2 -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.4.2.jar" -outfile Bitsquare -Bruntime="C:\Program Files\Java\jdk1.8.0_77\jre" -BjvmProperties=-Djava.net.preferIPv4Stack=true
|
2016-03-28 03:23:50 +02:00
|
|
|
|
|
|
|
cd package\windows
|