Skip to content

Commit

Permalink
added scripts for mac/linux
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzaadi authored and erikzaadi committed Mar 21, 2010
1 parent dcc9356 commit 21ab9f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions air/build.sh
@@ -0,0 +1,5 @@
#REM Prepend the "adt" part with path to your installed air sdk bin folder (http://www.adobe.com/products/air/tools/sdk/)
echo jQAPI Air Offline application
echo ****************************
echo building...
adt -package -storetype pkcs12 -keystore jQAPI.p12 jQAPI-1.4.2.air ./application.xml -C ./../ css docs images js lib blank.html favicon.ico index.html navigation.html air/loader.html air/images
4 changes: 4 additions & 0 deletions air/run.sh
@@ -0,0 +1,4 @@
#REM Prepend the "adl" part with path to your installed air sdk bin folder (http://www.adobe.com/products/air/tools/sdk/)
echo jQAPI Air Offline application
echo running application...
adl -pubid 3E5C46042CDA5A1F9AA301B445CE43A5D5223395 ./application.xml ./../

0 comments on commit 21ab9f3

Please sign in to comment.