Setting up an application file structure

From CDOT Wiki
Revision as of 16:49, 13 December 2006 by Mylau (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 /applicationName
   /chrome
     /applicationName
       your app files
     chrome.manifest
   /defaults
     /preferences
        prefs.js
   application.ini

This file structure is how it should look like for XULRunner applications running on Linux and Windows. For developers who are developing on MAC OSX, please visit the following link Deploying XULRunner 1.8 to find the specific file structure to follow.

Notes:

In the file structure shown, some of the filenames and olders are italicized filename and folders. Users can rename these files or folders if they wish.