HI, > It does now build, but it's built a dmg rather than rpm/deb. It should build a deb double check the build ant file for this - sounds like you might not have the latest.
<!-- AIR package extension -->
<condition property="extension" value="exe">
<os family="windows" />
</condition>
<condition property="extension" value="dmg">
<os family="mac" />
</condition>
<condition property="extension" value="deb">
<os family="unix" />
</condition>
Justin
