electron-userland / electron-windows-store

:package: Turn Electron Apps into Windows AppX Packages
MIT License
678 stars 86 forks source link

Return from signAppx after rejecting, if no devCert. #102

Closed netop closed 5 years ago

netop commented 6 years ago

There should be no need to continue signAppx function execution after it was determined that no certificate was specified, as launching signtool.exe would only subsequently fail with a SignTool error.

felixrieseberg commented 5 years ago

Thanks, that's helpful!