We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3620f6 commit 0e51012Copy full SHA for 0e51012
macos/build-sign-validate-upload.sh
@@ -43,7 +43,7 @@ cmake --install . --prefix .
43
echo
44
echo "Sign embedded libs"
45
46
-codesign -s $CODESIGN_ID_DISTRIBUTION -f -i net.christianbeier.MultiVNC.libs MultiVNC.app/Contents/Frameworks/*
+test -d MultiVNC.app/Contents/Frameworks && codesign -s $CODESIGN_ID_DISTRIBUTION -f -i net.christianbeier.MultiVNC.libs MultiVNC.app/Contents/Frameworks/*
47
48
49
echo "Sign app"
0 commit comments