Skip to content

Commit

Permalink
Redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Dec 17, 2024
1 parent 42f8dcf commit 9e5ff43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/package-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cp -rf "$SCHEMA_DIR/"* SharedSupport
popd

# Resign the application
for binary in $(codesign -v -vv --deep --strict Squirrel.app | sed -n 's/^--validated://p') Squirrel.app; do
for binary in $(codesign -v -vv --deep --strict Squirrel.app 2>&1 | 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"
Expand Down

0 comments on commit 9e5ff43

Please sign in to comment.