Fix error in bundle-mac
This commit is contained in:
parent
1805986d82
commit
bc16c2f85d
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ function sign_binary() {
|
||||||
|
|
||||||
if [[ $can_code_sign = true ]]; then
|
if [[ $can_code_sign = true ]]; then
|
||||||
echo "Code signing executable $binary_path"
|
echo "Code signing executable $binary_path"
|
||||||
/usr/bin/codesign --deep --force --timestamp --options runtime --sign "$IDENTITY" "${app_path}" -v
|
/usr/bin/codesign --deep --force --timestamp --options runtime --sign "$IDENTITY" "${binary_path}" -v
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue