Skip to content

Commit 62b8ba8

Browse files
committed
entitlements were not embedded in codesign
1 parent 9c96ada commit 62b8ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-notarize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ security import build/certificate.p12 -k build.keychain -P "$APPLE_CERTIFICATE_P
4444
security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k "$KEYCHAIN_PASSWORD" build.keychain
4545

4646
# Sign the app
47-
codesign --force --options runtime --keychain build.keychain --sign "$APPLE_CERTIFICATE_IDENTITY" build/Release/Flitro.app
47+
codesign --force --options runtime --keychain build.keychain --sign "$APPLE_CERTIFICATE_IDENTITY" --entitlements Flitro/Flitro.entitlements build/Release/Flitro.app
4848

4949
# Create a zip file for notarization
5050
(cd build/Release && ditto -c -k --keepParent Flitro.app Flitro-to-notarize.zip)

0 commit comments

Comments
 (0)