Codesign embedded CLI for notarization
This commit is contained in:
parent
778e96645c
commit
7cd7a4c58b
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -88,6 +88,10 @@ jobs:
|
|||
exit 1
|
||||
fi
|
||||
APP_PATH="build/Build/Products/Release/cmuxterm.app"
|
||||
CLI_PATH="$APP_PATH/Contents/Resources/bin/cmuxterm"
|
||||
if [ -f "$CLI_PATH" ]; then
|
||||
/usr/bin/codesign --force --options runtime --timestamp --sign "$APPLE_SIGNING_IDENTITY" "$CLI_PATH"
|
||||
fi
|
||||
/usr/bin/codesign --force --options runtime --timestamp --sign "$APPLE_SIGNING_IDENTITY" --deep "$APP_PATH"
|
||||
/usr/bin/codesign --verify --deep --strict --verbose=2 "$APP_PATH"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue