BowlerHatLLC / asconfigc

Command line utility that builds ActionScript projects configured with an asconfig.json file.
https://www.npmjs.com/package/asconfigc
Apache License 2.0
18 stars 5 forks source link

Add new airOptions field to optionally package an AIR app with ADT #12

Closed joshtynjala closed 6 years ago

joshtynjala commented 7 years ago

Adobe AIR: ADT package command

Some examples of how the command line options will work appear below.

iOS release package:

asconfigc --sdk path/to/sdk --air ios

Android debug package:

asconfigc --sdk path/to/sdk --air android --debug

Desktop package:

asconfigc --sdk path/to/sdk --air