An upcoming question in publish- & packaging AIR files is "How to convert them to a .dmg or .exe file?" Easily enough, you do not have to do anything else except using a slightly different ANT build task for it. Instead of passing:
-
<arg value="${publish_dir}/${air_file}" />
-
<arg value="${app_descriptor}" />
to the ADT you use:
-
<arg value="-target"/>
-
<arg value="native"/>
-
<arg value="${publish_dir}/MyApp.dmg" />
-
<arg value="${app_descriptor}" />



16th August 2010
Marvin Blase
Posted in

