lukexor / tetanes

A cross-platform NES emulator written in Rust using wgpu
https://lukeworks.tech/tetanes-part-1
Apache License 2.0
161 stars 18 forks source link

Add proper code-signing to artifacts #293

Open lukexor opened 3 months ago

lukexor commented 3 months ago

Currently, both Windows and macOS display warnings about TetaNES being untrusted due to lack of code-signing.

macOS is currently using a forced self-signing cert, which doesn't mean much.

It would be a better install experience if the binaries were code-signed - though it does a bit, which is unfortunate.