Skip to content

Commit

Permalink
docs(packager): clarify why arch can't be set in Packager config
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobq authored and malept committed Dec 17, 2017
1 parent f226c68 commit df5a018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ config object:
You can set `electronPackagerConfig` with any of the options from
[Electron Packager](https:/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`)
Expand Down

0 comments on commit df5a018

Please sign in to comment.