From c6b22f12cd024622fb58b941fc9e53a1e03817d9 Mon Sep 17 00:00:00 2001 From: Joey Date: Sat, 10 Jan 2015 12:19:54 +1300 Subject: [PATCH] Updated readme with location of manifest file format. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4aa7aa8..2f301a0 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,10 @@ Planned Features FAQ --- +### How do I use option X? + +All of the options for node-webkit are documented in node-webkit's manifest file specification. It is located [here](https://github.com/rogerwang/node-webkit/wiki/Manifest-format). + ### What is the downloads folder for and where should I keep it? The downloads folder is where Web2Exe stores the node-webkit versions in zip or tar format. This location should be chosen as a central location, because Web2Exe will reuse the files to create executables every time the export button is pressed. It will also save time by not having to redownload the node-webkit files over and over.