Commit 9c5b6d3
Fix macOS signing: add hardened runtime and prevent jpackage recursion
- Build app bundle first with jpackage --type app-image
- Sign all nested binaries with hardened runtime (required for notarization)
- Create DMG from pre-signed app bundle using hdiutil
- Add cleanup step to prevent infinite recursion in jpackage
- Improve notarization error reporting with detailed logs
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 01a676f commit 9c5b6d3
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
| |||
0 commit comments