Fixed message location

This commit is contained in:
Kreeblah 2021-12-11 15:56:59 -08:00
parent 4786427f79
commit 2c5e299140
No known key found for this signature in database
GPG key ID: 6074237BF1AEEDFB

View file

@ -67,9 +67,9 @@ fi
DXX_BINARY_PATH="${app_bundle_path[2]}/Contents/MacOS"
echo "Signing dylibs..."
if [[ ! -z "$DXX_DYLIB_PATH" ]]; then
echo "Signing dylibs..."
codesign --timestamp --options=runtime --verbose --force --sign "$signing_identity[2]" "$DXX_DYLIB_PATH"/*.dylib
if [[ $? -ne 0 ]]; then
echo "Failed to sign dylibs."