From fe1661ef71ed29e81d769d21b59deeeefd37d2a5 Mon Sep 17 00:00:00 2001 From: Marshall Hahn Date: Sat, 18 Nov 2023 19:06:04 -0800 Subject: [PATCH] docs: update link to electron packager api docs --- config/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/configuration.md b/config/configuration.md index 95f4e5c..7981acd 100644 --- a/config/configuration.md +++ b/config/configuration.md @@ -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.