build: sign erl
This commit is contained in:
parent
f5690919fb
commit
b3ec89de47
|
@ -39,4 +39,4 @@ security -v list-keychains -s "${keychain_names[@]}" "${KEYCHAIN}"
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
REL_DIR="${1}"
|
REL_DIR="${1}"
|
||||||
codesign -s "${APPLE_DEVELOPER_IDENTITY}" -f --verbose=4 --options runtime --timestamp=none "${REL_DIR}"/erts-*/bin/erlexec
|
codesign -s "${APPLE_DEVELOPER_IDENTITY}" -f --verbose=4 --options runtime --timestamp=none "${REL_DIR}"/erts-*/bin/{erlexec,erl}
|
||||||
|
|
Loading…
Reference in New Issue