Using electron-builder to build Windows app, When signing up, I got this error :
dyld: Library not loaded: /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib
I try to uninstall openssl and reinstall openssl, It worked.
brew remove openssl brew install openssl