Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 646 Bytes

File metadata and controls

21 lines (15 loc) · 646 Bytes
description
Create a PKG file for your Electron app on macOS using Electron Forge.

Pkg

The Pkg target builds .pkg files for macOS. These are used to upload your application to the Mac App Store or just as an alternate distribution method for macOS users. You can only build the Pkg target on macOS machines while targeting the darwin or mas platforms.

Configuration options are documented in MakerPkgConfig.

Usage

{
  name: '@electron-forge/maker-pkg',
  config: {
    keychain: 'my-secret-ci-keychain'
  }
}