Building AIR applications isn’t particularly difficult, but I thought someone may benefit from seeing the super simple python script I use to build the AIR app I am currently working on.
It allows you to do three things: run your app in the debugger, create a new self signed certificate, and build the final .air application file. It assumes the following directory structure (but you can easily edit the script to customize this):
root/ index.html application-descriptor.xml /js /css /locale /icons
When finished building it places your .air file into a subdirectory called “build”.
My name is Aaron Forsander and I have a blog. 





Track comments via RSS 2.0 feed. Feel free to post the comment, or trackback from your web site.
Currently there are no comments related to article "Anatomy of an AIR Build Script (Windows)".