Package the sample Text Editor AIR Application
- Create a dummy certifcate
- adt -certificate -cn MyCert 1024-RSA MyCert.pfx MyPassword
- Create the AIR package TextEditor.air from my project resources
- adt -package -certificate MyCert.pfx -password MyPassword TextEditor.air TextEditor-app.xml TextEditor.swf icons/*

