Merge pull request #1173 from mitchellh/release-entitlements

ci: explicitly sign our release entitlements on build
This commit is contained in:
Mitchell Hashimoto
2023-12-28 10:38:22 -08:00
committed by GitHub

View File

@ -134,7 +134,7 @@ jobs:
/usr/bin/codesign --verbose -f -s "$MACOS_CERTIFICATE_NAME" -o runtime "macos/build/Release/Ghostty.app/Contents/Frameworks/Sparkle.framework"
# Codesign the app bundle
/usr/bin/codesign --verbose -f -s "$MACOS_CERTIFICATE_NAME" -o runtime macos/build/Release/Ghostty.app
/usr/bin/codesign --verbose -f -s "$MACOS_CERTIFICATE_NAME" -o runtime --entitlements "macos/Ghostty.entitlements" macos/build/Release/Ghostty.app
- name: "Notarize app bundle"
env: