Commit 1afffa00 authored by Benjamin Sherman's avatar Benjamin Sherman Committed by benjamin

OF-386 & OF-384 - fix build on OS X and make comment for fixing the pretty DMG...

OF-386 & OF-384 - fix build on OS X and make comment for fixing the pretty DMG background at a future time

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@11790 b35dd754-fafc-0310-a699-88a17e54d16e
parent 2d862f0f
......@@ -1782,6 +1782,7 @@
<exec executable="hdiutil" failonerror="true">
<arg line="attach '${target.osx}/tmp.dmg' -readwrite -noverify -noautoopen -noidme -mountpoint '${mac.dmg.dir}'"/>
</exec>
<!-- OF-386 - commented out since it wasn't working with our Bamboo remote agent // TODO: fix it
<exec executable="osascript" dir="${basedir}/build/osx/" failonerror="true">
<arg value="dmg_openfire.scpt"/>
<arg value="Openfire"/>
......@@ -1792,6 +1793,7 @@
<arg value="220"/>
<arg value="128"/>
</exec>
-->
<exec executable="hdiutil" failonerror="true">
<arg line="detach ${mac.dmg.dir} -quiet -force"/>
</exec>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment