AppX
Create a package for the Microsoft Store for your Electron app, using Electron Forge.
Last updated
Was this helpful?
Create a package for the Microsoft Store for your Electron app, using Electron Forge.
Last updated
Was this helpful?
The AppX target builds .appx
packages which are designed to target the .
You can only build the AppX target on Windows 10 or 11 machines with the installed. Check the for more information on platform requirements.
To use @electron-forge/maker-appx
, add it to the makers
array in your :
For advanced debug logging for this maker, add the DEBUG=electron-windows-store*
environment variable.
Configuration options are documented in .