RSS
Posted in code
ARTICLE 0 comments
02/1 2010

Anatomy of an AIR Build Script (Windows)

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”.

Share

digg reddit facebook twitter google 
  1. 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)".