We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is option to build not signed AppX for Windows Store submission.
There is no option to build not signed AppX for Windows Store submission.
{ 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.
The text was updated successfully, but these errors were encountered:
Closing as this would need to be updated in the upstream project (see electron-userland/electron-windows-store#138)
Sorry, something went wrong.
Any update on this issue? There is a forked version of electron-windows-store that can create unsigned Appx.
Any update? I have the same problematic.
No branches or pull requests
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
Electron-forge tries to sign AppX by provided cert OR create self signed cert and sign app.
Additional Information
The text was updated successfully, but these errors were encountered: