We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c96ada commit 62b8ba8Copy full SHA for 62b8ba8
.github/workflows/build-and-notarize.sh
@@ -44,7 +44,7 @@ security import build/certificate.p12 -k build.keychain -P "$APPLE_CERTIFICATE_P
44
security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k "$KEYCHAIN_PASSWORD" build.keychain
45
46
# Sign the app
47
-codesign --force --options runtime --keychain build.keychain --sign "$APPLE_CERTIFICATE_IDENTITY" build/Release/Flitro.app
+codesign --force --options runtime --keychain build.keychain --sign "$APPLE_CERTIFICATE_IDENTITY" --entitlements Flitro/Flitro.entitlements build/Release/Flitro.app
48
49
# Create a zip file for notarization
50
(cd build/Release && ditto -c -k --keepParent Flitro.app Flitro-to-notarize.zip)
0 commit comments