officert / mongotron

Cross platform Mongo DB management
http://mongotron.io
MIT License
2.69k stars 214 forks source link

macOS build is not signed #165

Open fulopm opened 7 years ago

fulopm commented 7 years ago

Hey!

The macOS version (the .app file) is not signed with an Apple dev ID key. Is there any way you can solve this? People with Mac prefer to install only signed apps. And also, Gatekeeper is not shouting at you when you're trying to open it.

I found this wiki article about the matter: https://github.com/electron-userland/electron-osx-sign/wiki/1.-Getting-Started

Thank you!