diff --git a/README.md b/README.md index 49bf0e7..ed3d2de 100644 --- a/README.md +++ b/README.md @@ -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