2
edits
MarkFinkle (talk | contribs) No edit summary |
No edit summary |
||
| Line 28: | Line 28: | ||
* Zip the file to [whatever].webapp | * Zip the file to [whatever].webapp | ||
* Double-click the webapp bundle or use <code>prism -webapp [path-to-webapp] | * Double-click the webapp bundle or use <code>prism -webapp [path-to-webapp] | ||
==Structure== | |||
A bundle can contain the following files. Any other files in the .webapp file will be ignored. After the .webapp file is executed the first time, these files will be unzipped and "cached" to a local directory structure. | |||
; / | |||
: webapp.ini | |||
: webapp.js | |||
: webapp.css | |||
:; winnt | |||
:: webapp.css | |||
:; darwin | |||
:: webapp.css | |||
:; linux | |||
:: webapp.css | |||
: [icon].ico | |||
: [icon].xpm | |||
: [icon].icns | |||
edits