Created
March 29, 2009 03:10
-
-
Save jcsalterego/87272 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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