HunterRDev / e-ReaderCardCreator

A frontend application designed to read, compress, and decompress Nintendo's e-Reader dot code data
MIT License
45 stars 3 forks source link

"Unable to find manifest signing certificate in the certificate store" when building from source #1

Closed AkagitsuneYuki closed 9 months ago

AkagitsuneYuki commented 9 months ago

Cloning the repo by default errors the building process due to the file AC_e-Reader_Card_Creator_TemporaryKey.pfx being missing from the project. Disabling signing in the project properties or creating a new temporary key alleviates this.

Perhaps in the future signing should be disabled except when pushing new releases.