Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 782 Bytes

appx.md

File metadata and controls

25 lines (19 loc) · 782 Bytes
description
Create a package for the Windows Store for your Electron app, using Electron Forge.

AppX

The AppX target builds .appx packages which are designed to target the Windows Store. You can only build the AppX target on Windows machines with the Windows 10 SDK installed. Check the electron-windows-store docs for more information on platform requirements.

Configuration options are documented in MakerAppXConfig.

Usage

{
  name: '@electron-forge/maker-appx',
  config: {
    publisher: 'CN=developmentca',
    devCert: 'C:\\devcert.pfx',
    certPass: 'abcd'
  }
}