From d83f657248cded57d726da979e2d761089a930f0 Mon Sep 17 00:00:00 2001 From: Richard Myers Date: Wed, 5 Nov 2014 13:15:46 +0100 Subject: [PATCH] removed path to javapackager for windows 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. --- package/windows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/windows.bat b/package/windows.bat index 85f740f672..44237fc538 100644 --- a/package/windows.bat +++ b/package/windows.bat @@ -1 +1 @@ -C:\Progra~1\Java\jdk1.8.0_20\bin\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" +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"