fix code sign issue on Catalina

This commit is contained in:
Ondřej Samohel 2021-04-27 14:27:11 +02:00 committed by GitHub
parent abf0539254
commit fdc3ed7d14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -169,6 +169,8 @@ main () {
poetry run python3 "$openpype_root/tools/build_dependencies.py"
if [[ "$OSTYPE" == "darwin"* ]]; then
# fix code signing issue
codesign --remote-signature "$openpype_root/build/OpenPype.app/Contents/MacOS/lib/Python"
if command -v create-dmg > /dev/null 2>&1; then
create-dmg \
--volname "OpenPype Installer" \