AIR Application properties
After my application installation is completed executable file does not contain any details in properties. There is only Type Application presents in Property->Details
I think, it would be great to add there all needed informaion from application.xml
<versionNumber>15.05.07</versionNumber>
<versionLabel>15.05.07</versionLabel>
<description>
<text xml:lang="en">Application description.</text>
</description>
<copyright>Copyright (c) 2015 My App</copyright>
not only for installation package, but also for runnable application. Is there any way to do that?
