bayleeadamoss / zazu

:rocket: A fully extensible and open source launcher for hackers, creators and dabblers.
http://zazuapp.org
MIT License
2.09k stars 169 forks source link

Code Signing #51

Open bayleedev opened 8 years ago

bayleedev commented 8 years ago
zazu_and_desktop

My work computer won't allow me to overwrite this setting, I had to compile locally.

Electron-builder (#56) has these docs.

bayleedev commented 7 years ago

We've switched to electron builder, but the code isn't signed yet.

We can sign on Windows with this: https://www.digicert.com/code-signing/microsoft-authenticode.htm

Mac with: https://developer.apple.com/programs/

Linux: Since we can't auto-update do we need code signing on linux?