From b0da7a7ddc53055a8e6e177db467fb47da710812 Mon Sep 17 00:00:00 2001 From: Kate Holdener Date: Fri, 6 Dec 2024 19:19:46 -0600 Subject: [PATCH] added bundle id to code signing --- BubbleScanMac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BubbleScanMac.sh b/BubbleScanMac.sh index bb3c959..79a4736 100644 --- a/BubbleScanMac.sh +++ b/BubbleScanMac.sh @@ -44,7 +44,7 @@ if [[ -n "$GITHUB_ACTIONS" ]]; then -P "$MACOS_CERTIFICATE_PWD" \ -T /usr/bin/codesign - CODESIGN="--codesign-identity 'Developer ID Application: Ekaterina Holdener (V4Q7X7HV6L)'" + CODESIGN="--codesign-identity 'Developer ID Application: Ekaterina Holdener (V4Q7X7HV6L)' --bundle-id com.oss-slu.bubblescan" fi pyinstaller $(CODESIGN) --windowed --name BubbleScan-macOS --add-data "application/static:static" --add-data "application/logging.conf:." --add-data "BubbleScan_AI:BubbleScan_AI" --hidden-import=cv2 --hidden-import=flask --hidden-import=werkzeug --hidden-import=fitz application/AppServer.py