Skip to content

Commit 0e51012

Browse files
committed
macos: only sign Frameworks if they're in the Bundle
1 parent f3620f6 commit 0e51012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macos/build-sign-validate-upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ cmake --install . --prefix .
4343
echo
4444
echo "Sign embedded libs"
4545
echo
46-
codesign -s $CODESIGN_ID_DISTRIBUTION -f -i net.christianbeier.MultiVNC.libs MultiVNC.app/Contents/Frameworks/*
46+
test -d MultiVNC.app/Contents/Frameworks && codesign -s $CODESIGN_ID_DISTRIBUTION -f -i net.christianbeier.MultiVNC.libs MultiVNC.app/Contents/Frameworks/*
4747

4848
echo
4949
echo "Sign app"

0 commit comments

Comments
 (0)