don't sign 64 if not on windows

Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/1f79cc53
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/1f79cc53
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/1f79cc53

Branch: refs/heads/develop
Commit: 1f79cc53385547070eefe5eab40f7c7f4fa7d6af
Parents: cd53929
Author: Alex Harui <aha...@apache.org>
Authored: Wed Jun 20 15:43:04 2018 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Wed Jun 20 15:43:04 2018 -0700

----------------------------------------------------------------------
 flex-installer/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/1f79cc53/flex-installer/build.xml
----------------------------------------------------------------------
diff --git a/flex-installer/build.xml b/flex-installer/build.xml
index f8994ff..fea80ca 100644
--- a/flex-installer/build.xml
+++ b/flex-installer/build.xml
@@ -713,7 +713,7 @@
                 <antcall target="sign64" />
        </target>
 
-    <target name="sign64">
+    <target name="sign64" if="isWindows">
                <exec executable="gpg">
                        <arg value="--armor" />
                        <arg value="--output" />

Reply via email to