mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fixed typo
This commit is contained in:
parent
fdc3ed7d14
commit
e9f57f6433
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ main () {
|
||||||
|
|
||||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||||
# fix code signing issue
|
# fix code signing issue
|
||||||
codesign --remote-signature "$openpype_root/build/OpenPype.app/Contents/MacOS/lib/Python"
|
codesign --remove-signature "$openpype_root/build/OpenPype.app/Contents/MacOS/lib/Python"
|
||||||
if command -v create-dmg > /dev/null 2>&1; then
|
if command -v create-dmg > /dev/null 2>&1; then
|
||||||
create-dmg \
|
create-dmg \
|
||||||
--volname "OpenPype Installer" \
|
--volname "OpenPype Installer" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue