From 572505ddeb9b0e43dabd0f08924cbfc643993df7 Mon Sep 17 00:00:00 2001 From: Damian Minkov Date: Tue, 18 Dec 2012 16:03:01 +0000 Subject: [PATCH] Moves signing application before creating the initial dmg image in order to keep the signing information, as it is not saved later when we modify the image. --- resources/install/build.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/resources/install/build.xml b/resources/install/build.xml index 43f3d8318..1dc7c4721 100644 --- a/resources/install/build.xml +++ b/resources/install/build.xml @@ -1320,6 +1320,9 @@ available languages, so macosx can switch languages --> + + + @@ -1358,8 +1361,6 @@ - - @@ -1412,6 +1413,13 @@ + + + + + +