AppX
Create a package for the Microsoft Store for your Electron app, using Electron Forge.
Requirements
Installation
npm install --save-dev @electron-forge/maker-appxUsage
module.exports = {
makers: [
{
name: '@electron-forge/maker-appx',
config: {
publisher: 'CN=developmentca',
devCert: 'C:\\devcert.pfx',
certPass: 'abcd'
}
}
]
};Debugging
Last updated
Was this helpful?