Jagailo / YetAnotherKeyDisplayer

App for displaying pressed keys of the keyboard
GNU General Public License v3.0
337 stars 15 forks source link

Cant build project #1

Closed vyshka closed 6 years ago

vyshka commented 6 years ago

Cant build project coz of Severity Code Description Project File Line Suppression State Error Unable to find manifest signing certificate in the certificate store. YAKD This error probably throw coz solution explorer said that YAKD_TemporaryKey.pfx file does not exist. I think you should update your .gitignore or investigate why file is not uploaded to repo.

vyshka commented 6 years ago

2 i create pull request so submit it and then re-push project to repo

vyshka commented 6 years ago

Still get same error: error MSB3323: Unable to find manifest signing certificate in the certificate store. 1 of possible solution is ot disable sign the ClickOnce manifests in project properties. image

Jagailo commented 6 years ago

That option has already been disabled in the last commit of "master" branch. Try to download last build from "Dev" branch, and check it.

image