Skip to content

Commit

Permalink
added bundle id to code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
kate-holdener committed Dec 7, 2024
1 parent 1e08976 commit b0da7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BubbleScanMac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0da7a7

Please sign in to comment.