Skip to content

Commit

Permalink
docs: update packager link for new TypeDoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao authored Jan 4, 2024
1 parent 6335efc commit 6867e87
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/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/main/interfaces/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 6867e87

Please sign in to comment.