From 8ce8b720f5f40a53ac9a2946a8b2f1b087b85e06 Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Mon, 23 Mar 2015 09:45:04 +0100 Subject: [PATCH] Windows: using unzip ant task instead of native zip for unpacking launch4j --- build/build.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build/build.xml b/build/build.xml index 0e5381668..cf2afc88b 100644 --- a/build/build.xml +++ b/build/build.xml @@ -693,6 +693,12 @@ + + Unzipping ${archive_file} into folder ${dest_folder} + + + + @@ -772,7 +778,7 @@ - +