Skip to content

Commit

Permalink
attempt to manually codesign
Browse files Browse the repository at this point in the history
  • Loading branch information
samschott committed Jul 7, 2024
1 parent 51f094d commit 7cf4bef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
# - keep .pyc files only to save space
APP_PATH=$( find . -name "*Maestral.app" | head -n 1)
python3 scripts/post-build-macos.py $APP_PATH
# Attempt to codesign manually to see errors.
codesign /Users/runner/work/maestral-cocoa/maestral-cocoa/build/maestral-cocoa/macos/xcode/build/Release/Maestral.app --sign C90016D845C6D782E7C061AB6D5476C9ABB7FB48 --force --entitlements /Users/runner/work/maestral-cocoa/maestral-cocoa/build/maestral-cocoa/macos/xcode/Maestral/maestral-cocoa.entitlements --options runtime
# Package as dmg.
briefcase package macOS Xcode --identity "$DEV_ID" --no-input
Expand Down

0 comments on commit 7cf4bef

Please sign in to comment.