I'm looking to figure out if there is a way to customize the folder structure when packaging an AIR app with the captive runtime?
As it is right now the folder structure is as follows:
Projectname_standalone [parrentfolder]
- Adobe AIR [folder]
- META-INF [folder]
- other folders for images and such [folder]
- mimetype [file in Projectname_standalone folder]
- projectname.exe [file in Projectname_standalone folder]
- projectname.swf [file in Projectname_standalone folder]
What i would like to get is something along the lines with this:
Projectname_standalone [parrentfolder]
- data [folder]
- Adobe AIR [subfolder of data]
- META-INF [subfolder of data]
- other folders for images and such [subfolder of data]
- mimetype [file in data folder]
- projectname.exe [file in Projectname_standalone folder]
- projectname.swf [file in Projectname_standalone folder]
Has anyone any experience with this?I'm working in Flashdevelop, but I assume this would also apply to both Flash Pro and Flash Builder and include some modification of the AIR SDK.