0

How to create a native Mac installer file for an adobe AIR application? Can i create it by using windows?

Naju
  • 1,541
  • 7
  • 27
  • 59

1 Answers1

0

On OS X, Flash Builder will create a .app file if you export a release build with a captive runtime. It will only work on OS X, though.

From there, you can create a .dmg to further package your app, as in: How do you create an osx application/dmg from a python package?

Community
  • 1
  • 1
Michael Brewer-Davis
  • 14,018
  • 5
  • 37
  • 49