From a2848716a06936c375355e02498c3efccd9153e4 Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Thu, 3 Dec 2015 16:34:25 +0100 Subject: [PATCH] Added -Dportable=true param to ant. You can build your own portable version of the IDE --- build/build.xml | 52 ++++++++++++++++++++++++++++++++++++------------- 1 file changed, 38 insertions(+), 14 deletions(-) diff --git a/build/build.xml b/build/build.xml index 449cbdbbb..066466158 100644 --- a/build/build.xml +++ b/build/build.xml @@ -71,6 +71,8 @@ + + @@ -95,12 +97,19 @@ - - - + + + + + + + + + + + + + @@ -400,6 +409,9 @@ + + + @@ -463,14 +475,14 @@ - + ======================================================= Arduino for Mac OS X built and signed. - macosx/arduino-${version}-${platform}-signed.zip + macosx/arduino-${full-version}-signed.zip ======================================================= @@ -486,14 +498,14 @@ - + ======================================================= Arduino for Mac OS X was built. Grab the image from - macosx/arduino-${version}-${platform}.zip + macosx/arduino-${full-version}.zip ======================================================= @@ -569,6 +581,10 @@ + + + + @@ -722,7 +738,7 @@ - + @@ -732,7 +748,7 @@ ======================================================= Arduino for Linux was built. Grab the archive from - linux/arduino-${version}-${platform}.tar.xz + linux/arduino-${full-version}.tar.xz ======================================================= @@ -895,6 +911,10 @@ + + + + @@ -916,7 +936,7 @@ - + @@ -924,7 +944,7 @@ ======================================================= Arduino for Windows was built. Grab the archive from - windows/arduino-${version}-${platform}.zip + windows/arduino-${full-version}.zip ======================================================= @@ -1030,4 +1050,8 @@ ${BUILD_DATE} + + + +