Skip to main content
Aureliu
Inspiring
August 19, 2014
Question

adobe air application descriptor - os specific (mac/win)?

  • August 19, 2014
  • 0 replies
  • 183 views

I created an app that runs on windows and mac osx.
Not I would like to have different install folders on each os in the application descriptor:

For windows:
<installFolder>Companyname</installFolder>

For max osx (no install folder):

<installFolder></installFolder>

Is it possible to set this inside the application descriptor without changing the xml file for each os?

E.g

<installFolder os="win">Companyname</installFolder>

<installFolder os="mac"></installFolder>

Thanks for hints...

This topic has been closed for replies.