From b8f639987d1705c69f39164506aee9c69ed80616 Mon Sep 17 00:00:00 2001 From: James Maslek Date: Tue, 3 Oct 2023 14:45:24 -0400 Subject: [PATCH] trying again --- build/pyinstaller/macOS/build-macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pyinstaller/macOS/build-macos.sh b/build/pyinstaller/macOS/build-macos.sh index a29694ee0af1..b187ee58fe7a 100755 --- a/build/pyinstaller/macOS/build-macos.sh +++ b/build/pyinstaller/macOS/build-macos.sh @@ -119,7 +119,7 @@ signFiles() { echo "Code Sign OpenBB Executable File" codesign --deep --force --verify --verbose --options runtime --entitlements "$ENTITLEMENTS" -s "$APPLE_SIGNING_IDENTITY" build/pyinstaller/macOS/target/darwinpkg/Applications/OpenBB\ Terminal/.OpenBB/OpenBBTerminal codesign --deep --force --verify --verbose --options runtime --entitlements "$ENTITLEMENTS" -s "$APPLE_SIGNING_IDENTITY" build/pyinstaller/macOS/target/darwinpkg/Applications/OpenBB\ Terminal/.OpenBB/OpenBBPlotsBackend - codesign --deep --force --verify --verbose --options runtime --entitlements "$ENTITLEMENTS" -s "$APPLE_SIGNING_IDENTITY" OpenBBTerminal.pkg/OpenBBTerminal.pkg Contents/Payload/Applications/OpenBB Terminal/.OpenBB/pywry + codesign --deep --force --verify --verbose --options runtime --entitlements "$ENTITLEMENTS" -s "$APPLE_SIGNING_IDENTITY" build/pyinstaller/macOS/target/darwinpkg/Applications/OpenBB\ Terminal/.OpenBB/pywry } createInstallationDirectory() {