Skip to content

Commit

Permalink
docs(packager): list the Packager options that are not configurable
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #109

[ci skip]
  • Loading branch information
malept authored and MarshallOfSound committed Aug 17, 2017
1 parent c24ae48 commit bb33d9b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,16 @@ config object:

## Configuring `package`

You can set `electronPackagerConfig` with **any** of the options from
[Electron Packager](https://github.com/electron-userland/electron-packager/blob/master/docs/api.md).
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`
* `asar.unpack` (use `asar.unpackDir` instead)
* `dir`
* `electronVersion` (uses the exact version specified for `electron-prebuilt-compile` in your `devDependencies`)
* `out`
* `platform`
* `quiet`

**NOTE:** You can also set your `forge` config property of your package.json to point to a JS file that exports the config object:

Expand Down

0 comments on commit bb33d9b

Please sign in to comment.