Code Signing Setup
Configure code signing for binaries.
Generated Patterns
# macOS notarization with electron-builder/notarize
notarize:
appBundleId: com.myorg.myapp
appleId: $APPLE_ID
appleIdPassword: $APPLE_ID_PASSWORD
teamId: $APPLE_TEAM_ID
# Windows signing
signtool:
certificateFile: $CERTIFICATE_FILE
certificatePassword: $CERTIFICATE_PASSWORD
timestampServer: http://timestamp.digicert.com
Target Processes
- cli-binary-distribution
- package-manager-publishing