diff --git a/.changeset/four-taxis-doubt.md b/.changeset/four-taxis-doubt.md new file mode 100644 index 00000000000..f79e91601fd --- /dev/null +++ b/.changeset/four-taxis-doubt.md @@ -0,0 +1,5 @@ +--- +"app-builder-lib": minor +--- + +feat(mac): support macos signature `additionalArguments` parameter diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index dc52ff8a023..ccebf3d6f18 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -147,6 +147,7 @@ Env file `electron-builder.env` in the current dir ([example](https://github.com
  • launchUiVersion Boolean | String | “undefined” - libui-based frameworks only The version of LaunchUI you are packaging for. Applicable for Windows only. Defaults to version suitable for used framework version.
  • framework String | “undefined” - The framework name. One of electron, proton, libui. Defaults to electron.
  • beforePack module:app-builder-lib/out/configuration.__type | String | “undefined” - The function (or path to file or module id) to be run before pack
  • +
  • afterExtract module:app-builder-lib/out/configuration.__type | String | “undefined” - The function (or path to file or module id) to be run after the prebuilt Electron binary has been extracted to the output directory