electron / forge

:electron: A complete tool for building and publishing Electron applications
https://electronforge.io
MIT License
6.34k stars 497 forks source link

There is no option to build not signed AppX for Windows Store submission #2045

Closed mahnunchik closed 2 years ago

mahnunchik commented 3 years ago

Preflight Checklist

Issue Details

Expected Behavior

There is option to build not signed AppX for Windows Store submission.

Actual Behavior

There is no option to build not signed AppX for Windows Store submission.

To Reproduce

{
  name: '@electron-forge/maker-appx',
  config: {
    devCert: null or '/path/to/cert',
  },
},

Electron-forge tries to sign AppX by provided cert OR create self signed cert and sign app.

Additional Information