AIR apps making AIR apps?
I'm creating an AIR app that makes games. Once a game is created, I'd like the user to be able to share it in some easy-to-use fashion. Using nochump zip library, I'm able to export files to zip folder and rename it with a .air extension, but supposedly there is more to an AIR app than that. Launching it throws this error:
The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author.
My guess is it's probably due to security issues. Is there a way to get around this?