Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @electron-forge/maker-appx

maker-appx

@electron-forge/maker-appx 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.

Configuration options are documented in MakerAppXConfig.

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

Index

References

Re-exports MakerAppX

Functions

  • createDefaultCertificate(publisherName: string, __namedParameters: CreateDefaultCertOpts): Promise<string>