Skip to content

Commit bb33d9b

Browse files
maleptMarshallOfSound
authored andcommitted
docs(packager): list the Packager options that are not configurable
ISSUES CLOSED: #109 [ci skip]
1 parent c24ae48 commit bb33d9b

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,16 @@ config object:
153153

154154
## Configuring `package`
155155

156-
You can set `electronPackagerConfig` with **any** of the options from
157-
[Electron Packager](https://github.com/electron-userland/electron-packager/blob/master/docs/api.md).
156+
You can set `electronPackagerConfig` with any of the options from
157+
[Electron Packager](https://github.com/electron-userland/electron-packager/blob/master/docs/api.md), except:
158+
159+
* `arch`
160+
* `asar.unpack` (use `asar.unpackDir` instead)
161+
* `dir`
162+
* `electronVersion` (uses the exact version specified for `electron-prebuilt-compile` in your `devDependencies`)
163+
* `out`
164+
* `platform`
165+
* `quiet`
158166

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

0 commit comments

Comments
 (0)