[!IMPORTANT] This module is experimental and is subject to breaking changes between releases. See GitHub Releases change notes for migration instructions.
@electron-forge/maker-msix
builds .msix
packages, which can be distributed directly or via the Windows Store.
You can only build the MSIX target on Windows machines with the Windows 10 SDK installed.
Configuration options are documented in MakerMSIXConfig
.
maker-msix utilizes @electron/windows-sign via the windowsSignOptions
property. See the windows-sign documentation for details.
{
name: '@electron-forge/maker-msix',
config: {
manifestVariables: {
publisher: 'Electron Dev'
},
windowsSignOptions: {
certificatePassword: '12345'
}
}
}