Skip to content

Instantly share code, notes, and snippets.

@dreammonkey
Created October 23, 2014 11:38
Show Gist options
  • Save dreammonkey/ceb453779cb03cee8792 to your computer and use it in GitHub Desktop.
Save dreammonkey/ceb453779cb03cee8792 to your computer and use it in GitHub Desktop.
add AIR SDK (adt/adl) CLI MAc OSX
# edit $home/.bash_profile:
# add the following lines:
# ADL / ADT / … (AIR)
export AIR_HOME=/Applications/Adobe\ Flash\ Builder\ 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722/AIRSDK
export PATH=${PATH}:${AIR_HOME}/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment