summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Maslek <jmaslek11@gmail.com>2023-10-03 14:45:24 -0400
committerJames Maslek <jmaslek11@gmail.com>2023-10-03 14:45:24 -0400
commitb8f639987d1705c69f39164506aee9c69ed80616 (patch)
tree0047f3ac89b278f917464b442b8a5ff771a36f03
parentebbff046460ac0801ba752b221dcadfe4a9e7a0c (diff)
trying againv3.2.3
-rwxr-xr-xbuild/pyinstaller/macOS/build-macos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/pyinstaller/macOS/build-macos.sh b/build/pyinstaller/macOS/build-macos.sh
index a29694ee0af..b187ee58fe7 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() {