From 694602fa22e68ef74bf781a6c3f7737318432bb4 Mon Sep 17 00:00:00 2001 From: "Jeff H. Parrish" Date: Sun, 28 Feb 2016 21:30:11 -0800 Subject: [PATCH] Document resourceRoot option --- README.md | 1 + 1 file changed, 1 insertion(+) 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