Skip to content

Commit

Permalink
docs: update link to electron packager api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallhahn committed Nov 19, 2023
1 parent 34b1359 commit fe1661e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ All properties are optional

The top level property `packagerConfig` on the configuration object maps directly to the options sent to [`electron-packager`](https://github.com/electron/electron-packager) during the package step of Electron Forge's build process.

The options you can put in this object are documented in the [Electron Packager API docs](https://electron.github.io/electron-packager/master/interfaces/electronpackager.options.html).
The options you can put in this object are documented in the [Electron Packager API docs](https://electron.github.io/packager/master/interfaces/electronpackager.options.html).

{% hint style="warning" %}
You can not override the `dir`, `arch`, `platform, out` or `electronVersion` options as they are set by Electron Forge internally.
Expand Down

0 comments on commit fe1661e

Please sign in to comment.