Skip to content

Commit

Permalink
CI: fix macos signing
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmod committed Mar 6, 2024
1 parent 9476391 commit ae7dd1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/sign_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ codesign --force -o runtime --verbose --sign "$APPLE_TEAM_ID" \
# Sign main exectuable
codesign --force -o runtime --verbose --sign "$APPLE_TEAM_ID" --deep \
--entitlements ${BROWSER_ENTITLEMENTS_FILE} \
"${BUNDLE}"/Contents/MacOS/$APP_NAME-bin \
"${BUNDLE}"/Contents/MacOS/$APP_NAME

# Sign gmp-clearkey files
Expand Down

0 comments on commit ae7dd1b

Please sign in to comment.