mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-09 08:04:45 +00:00
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
885 B
885 B
v1.12.5: macOS Desktop Signing Fix (cont.)
Highlights:
- Completes the macOS desktop DMG signing fix started in v1.12.4 — the release build now produces a signed, notarizable desktop bundle.
Build & Documentation
- Resolves the Developer ID common name from the signing keychain and feeds
it to Compose's
signing.identity. Compose maps its identity to a certificate viasecurity find-certificate -c, which only matches the exact "Developer ID Application: …" name — a fingerprint or partial/team-ID value (which barecodesignaccepts) was rejected with "Could not find certificate ... in keychain []". The release workflow now points Compose at the imported keychain explicitly and supplies the canonical identity name.
Contributors
- @npub1gcxzte5zlkncx26j68ez60fzkvtkm9e0vrwdcvsjakxf9mu9qewqlfnj5z
Translations
- None this release.