2018-05-07 22:23:00 +03:00
|
|
|
:: Invoke from Bisq home directory
|
2017-06-28 00:54:58 +02:00
|
|
|
:: edit iss file -> AppVersion
|
|
|
|
:: edit -> -BappVersion and -srcfiles
|
|
|
|
|
|
|
|
:: 32 bit build
|
|
|
|
:: Needs Inno Setup 5 or later (http://www.jrsoftware.org/isdl.php)
|
|
|
|
|
2018-12-03 00:38:44 +01:00
|
|
|
SET version=0.9.0
|
2017-06-28 00:54:58 +02:00
|
|
|
|
|
|
|
:: Private setup
|
|
|
|
SET outdir=\\VBOXSVR\vm_shared_windows_32bit
|
|
|
|
:: Others might use the following
|
|
|
|
:: SET outdir=.
|
|
|
|
|
|
|
|
call "%JAVA_HOME%\bin\javapackager.exe" -deploy ^
|
|
|
|
-BappVersion="%version%" ^
|
|
|
|
-native exe ^
|
|
|
|
-name Bisq ^
|
|
|
|
-title Bisq ^
|
|
|
|
-vendor Bisq ^
|
|
|
|
-outdir %outdir% ^
|
2018-03-12 09:20:30 +01:00
|
|
|
-appclass bisq.desktop.app.BisqAppMain ^
|
2017-06-28 00:54:58 +02:00
|
|
|
-srcfiles %outdir%\Bisq.jar ^
|
|
|
|
-outfile Bisq ^
|
|
|
|
-Bruntime="%JAVA_HOME%\jre"
|