From df5a018e2b287019690fda04f03a3fcd72aaee05 Mon Sep 17 00:00:00 2001 From: Jacob Quant Date: Thu, 14 Dec 2017 11:16:31 -0600 Subject: [PATCH] docs(packager): clarify why arch can't be set in Packager config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ea520368d..3729e8b5f9 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ config object: You can set `electronPackagerConfig` with any of the options from [Electron Packager](https://github.com/electron-userland/electron-packager/blob/master/docs/api.md), except: -* `arch` +* `arch` (use `--arch=...` command-line parameter so that it is available to each generator) * `asar.unpack` (use `asar.unpackDir` instead) * `dir` * `electronVersion` (uses the exact version specified for `electron-prebuilt-compile` in your `devDependencies`)