Skip to content

Instantly share code, notes, and snippets.

@jcsalterego
Created March 29, 2009 03:10
Show Gist options
  • Save jcsalterego/87272 to your computer and use it in GitHub Desktop.
Save jcsalterego/87272 to your computer and use it in GitHub Desktop.
# To install an application, you may use the command “/opt/Adobe AIR/Versions/1.0/airappinstaller <full path to the air file here>”. Currently relative paths do not work.
from: http://labs.adobe.com/wiki/index.php/AIR_for_Linux:Release_Notes#Application_Installation_.2F_Uninstallation_Details
so, use an absolute path. for example if it's in the current directory:
/opt/Adobe AIR/Versions/1.0/airappinstaller `pwd`/yourapp.air
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment