Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Dec 17, 2024
1 parent ab6cea8 commit e60eca8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci/package-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ popd

# Resign the application
for binary in $(codesign -v -vv --deep --strict Squirrel.app | sed -n 's/^--validated://p') Squirrel.app; do
echo "----------"
echo "Signing $binary"
codesign --sign "Developer ID Application: $APPLE_DEVELOPER_NAME ($APPLE_DEVELOPER_TEAM_ID)" --timestamp --force --options runtime --preserve-metadata=identifier,entitlements "$binary"

# Verify
echo "Verifing $binary"
codesign -v -vv --deep --strict "$binary"
done

Expand Down

0 comments on commit e60eca8

Please sign in to comment.