Skip to content

Instantly share code, notes, and snippets.

@JesseHerrick
Last active December 17, 2015 04:08
Show Gist options
  • Save JesseHerrick/5547994 to your computer and use it in GitHub Desktop.
Save JesseHerrick/5547994 to your computer and use it in GitHub Desktop.
Creating the installer for an Adobe AIR application.
// make key
adt –certificate -cn SelfSigned 1024-RSA sampleCert.pfx samplePassword
// make installer
adt -package -storetype pkcs12 -keystore sampleCert.pfx HelloWorld.air
HelloWorld-app.xml HelloWorld.html AIRAliases.js
// to include whole directory use this command
dir\
// with dir being the directory name
@JesseHerrick
Copy link
Author

or adt -certificate -cn YourNameOrCompanyOrAnythingYouWant 1024-RSA certificate_name.p12 certificate_password

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment