mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 10:22:18 +01:00
d83f657248
path to javapackager.exe should already be set via system %PATH% - it could be either of %programfiles% or %programfiles(x86)% so better to have no path prepended and use default.
2 lines
282 B
Batchfile
2 lines
282 B
Batchfile
javapackager.exe -deploy -BappVersion=0.1.0 -native exe -name Bitsquare -title Bitsquare -vendor Bitsquare -outdir build -appclass io.bitsquare.app.gui.Main -srcfiles .\build\libs\bitsquare-0.1.0-SNAPSHOT-all.jar -outfile Bitsquare -Bruntime="c:\Program Files\Java\jdk1.8.0_20\jre"
|