Document resourceRoot option

This commit is contained in:
Jeff H. Parrish
2016-02-28 21:30:11 -08:00
parent 7994dc56c4
commit 694602fa22
+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