forge/packages/maker/appx
VerteDinde 81160c598e
v7.3.0
2024-02-21 09:55:47 -08:00
..
src fix: normalize windows version with build part correctly (#3461) 2024-01-08 23:19:42 +13:00
test build: test parallelization ️ (#3319) 2023-08-29 13:18:37 -07:00
typings refactor: make running tests better with --fast and --match utils 2018-11-24 17:03:22 +11:00
README.md build: lint Markdown (#3247) 2023-06-09 17:29:13 -07:00
package.json v7.3.0 2024-02-21 09:55:47 -08:00

README.md

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'
  }
}