AntonyCorbett / JWLMerge

Utility to merge jwlibrary backup files
MIT License
195 stars 34 forks source link

Missing signing certificate #8

Closed DavidIQ closed 5 years ago

DavidIQ commented 5 years ago

When attempting to build this project the following output is produced:

Error       Unable to find manifest signing certificate in the certificate store.   JWLMergeCLI
Warning     Unable to find code signing certificate in the current user’s Windows certificate store. To correct this, either disable signing of the ClickOnce manifest or install the certificate into the certificate store.   JWLMergeCLI

To get around this I'm having to go into the JWLMergeCLI project properties and uncheck the Sign the ClickOnce manifests option under the Signing tab. So either the certificate needs to be added to the repo or this option needs to be disabled, not sure which route you want to go.

AntonyCorbett commented 5 years ago

@DavidIQ Thanks for spotting this. Now fixed.