bisq/package/windows/32bitBuild.bat

26 lines
676 B
Batchfile
Raw Normal View History

2016-10-05 23:57:12 +02:00
:: Invoke from bitsquare home directory
:: edit iss file -> AppVersion
:: edit -> -BappVersion and -srcfiles
2016-10-05 23:57:12 +02:00
:: 32 bit build
:: Needs Inno Setup 5 or later (http://www.jrsoftware.org/isdl.php)
2017-05-18 15:41:48 +02:00
SET version=0.4.9.9.3
2016-10-05 23:57:12 +02:00
:: Private setup
SET outdir=\\VBOXSVR\vm_shared_windows_32bit
2016-10-05 23:57:12 +02:00
:: Others might use the following
:: SET outdir=.
2016-10-05 23:57:12 +02:00
call "%JAVA_HOME%\bin\javapackager.exe" -deploy ^
-BappVersion="%version%" ^
-native exe ^
-name Bitsquare ^
-title Bitsquare ^
-vendor Bitsquare ^
-outdir %outdir% ^
-appclass io.bitsquare.app.BitsquareAppMain ^
-srcfiles %outdir%\Bitsquare-%version%.jar ^
-outfile Bitsquare ^
2017-02-11 20:06:20 -05:00
-Bruntime="%JAVA_HOME%\jre" ^
-Bicon=package\windows\Bitsquare.ico