From cddc363dbcf2906631cea8f3e69d32fa12681580 Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Mon, 28 Dec 2015 19:51:52 +0100 Subject: [PATCH] update build file --- package/windows/create_app.bat | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/package/windows/create_app.bat b/package/windows/create_app.bat index 82d63cf371..764eb753ea 100644 --- a/package/windows/create_app.bat +++ b/package/windows/create_app.bat @@ -1,8 +1,6 @@ cd ..\..\ mkdir gui\deploy -mvn clean package -DskipTests -Dmaven.javadoc.skip=true - :: edit iss file -> AppVersion=0.3.2.2 :: Copy gui/deploy.Bitsquare.jar file from mac build to windows @@ -10,9 +8,9 @@ mvn clean package -DskipTests -Dmaven.javadoc.skip=true :: 64 bit build :: Needs Inno Setup 5 or later (http://www.jrsoftware.org/isdl.php) -call "C:\Program Files\Java\jdk1.8.0_66\bin\javapackager.exe" -deploy -BappVersion=0.3.2.2 -native exe -name Bitsquare -title Bitsquare -vendor Bitsquare -outdir gui\deploy -appclass io.bitsquare.app.BitsquareAppMain -srcfiles "gui\target\shaded.jar" -outfile Bitsquare -Bruntime="C:\Program Files\Java\jdk1.8.0_66\jre" +call "C:\Program Files\Java\jdk1.8.0_66\bin\javapackager.exe" -deploy -BappVersion=0.3.2.2 -native exe -name Bitsquare -title Bitsquare -vendor Bitsquare -outdir gui\deploy -appclass io.bitsquare.app.BitsquareAppMain -srcfiles "gui\deploy\Bitsquare.jar" -outfile Bitsquare -Bruntime="C:\Program Files\Java\jdk1.8.0_66\jre" :: 32 bit build -:: call "C:\Program Files (x86)\Java\jdk1.8.0_66\bin\javapackager.exe" -deploy -BappVersion=0.3.2.2 -native exe -name Bitsquare -title Bitsquare -vendor Bitsquare -outdir gui\deploy -appclass io.bitsquare.app.BitsquareAppMain -srcfiles "gui\target\shaded.jar" -outfile Bitsquare -Bruntime="C:\Program Files (x86)\Java\jdk1.8.0_66\jre" +:: call "C:\Program Files (x86)\Java\jdk1.8.0_66\bin\javapackager.exe" -deploy -BappVersion=0.3.2.2 -native exe -name Bitsquare -title Bitsquare -vendor Bitsquare -outdir gui\deploy -appclass io.bitsquare.app.BitsquareAppMain -srcfiles "gui\deploy\Bitsquare.jar" -outfile Bitsquare -Bruntime="C:\Program Files (x86)\Java\jdk1.8.0_66\jre" cd package\windows \ No newline at end of file