You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: implement proper ad-hoc signing for macOS builds
- Set identity to '-' for ad-hoc signing in electron-builder
- Enable hardenedRuntime for Apple Silicon compatibility
- Simplify GitHub Actions workflow by removing manual signing steps
- Let electron-builder handle all signing automatically
This follows the recommended approach from electron-builder documentation
for distributing apps without Developer ID certificates.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments