mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
fix code sign issue on Catalina
This commit is contained in:
parent
abf0539254
commit
fdc3ed7d14
1 changed files with 2 additions and 0 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue