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>
713 B
713 B
v1.12.4: macOS Desktop Signing Fix
Highlights:
- Fixes Developer ID code signing for the macOS desktop DMG, which had failed in CI with "Could not find certificate ... in keychain []".
Build & Documentation
- Fixes the macOS desktop DMG release build: Compose's signer maps the signing
identity to a certificate via
security find-certificate, which did not resolve the CI-imported certificate through the keychain search list (barecodesigndid). The release workflow now exports the throwaway keychain path and points Compose'ssigning.keychainstraight at it.
Contributors
- @npub1gcxzte5zlkncx26j68ez60fzkvtkm9e0vrwdcvsjakxf9mu9qewqlfnj5z
Translations
- None this release.