typo
Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/27e1a10b Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/27e1a10b Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/27e1a10b Branch: refs/heads/develop Commit: 27e1a10bf077c7c83aed5e1fcf0813c137bd02dd Parents: c9c5785 Author: Alex Harui <[email protected]> Authored: Wed Jun 20 14:27:58 2018 -0700 Committer: Alex Harui <[email protected]> Committed: Wed Jun 20 14:27:58 2018 -0700 ---------------------------------------------------------------------- flex-installer/releasecandidate.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/27e1a10b/flex-installer/releasecandidate.xml ---------------------------------------------------------------------- diff --git a/flex-installer/releasecandidate.xml b/flex-installer/releasecandidate.xml index 5e29ea9..ae1d2c2 100644 --- a/flex-installer/releasecandidate.xml +++ b/flex-installer/releasecandidate.xml @@ -316,7 +316,7 @@ <target name="other-platform-win" if="isWindows" > <available file="${basedir}/release/apache-flex-sdk-installer-${release.version}-bin.dmg" type="file" property="other.binary" /> - <fail message="${basedir}/release/apache-flex-sdk-installer-${release.version}-bin.dmg not found. The windows version should be built before running this script" + <fail message="${basedir}/release/apache-flex-sdk-installer-${release.version}-bin.dmg not found. The mac version should be built before running this script" unless="other.binary"/> <ant antfile="build.xml" target="sign_dmg" /> <mkdir dir="${dist.dev}/flex/installer/${release.version}/rc${rc}/binaries" />
