File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -153,8 +153,16 @@ config object:
153
153
154
154
## Configuring ` package `
155
155
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 `
158
166
159
167
** NOTE:** You can also set your ` forge ` config property of your package.json to point to a JS file that exports the config object:
160
168
You can’t perform that action at this time.
0 commit comments