mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 12:38:02 +00:00
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
|
||||
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue