Merge pull request #190 from ruffrey/patch-1

Document resourceRoot option
This commit is contained in:
Jared Allard
2016-02-28 22:23:02 -08:00
+1
View File
@@ -144,6 +144,7 @@ nexe.compile({
nodeMakeArgs: ["-j", "4"], // when you want to control the make process.
python: 'path/to/python', // for non-standard python setups. Or python 3.x forced ones.
resourceFiles: [ 'path/to/a/file' ], // array of files to embed.
resourceRoot: [ 'path/' ], // where to embed the resourceFiles.
flags: true, // use this for applications that need command line flags.
jsFlags: "--use_strict", // v8 flags
framework: "node" // node, nodejs, or iojs