Skip to content

Commit

Permalink
codesign macOS binary with --timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Nov 10, 2023
1 parent 6c5e5cd commit ccfd806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/macos/sign_notarize_staple.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tmp_dir="$(mktemp -dt mixxx_notarize)"
trap "rm -rf '$tmp_dir'" EXIT

echo "==> Signing $DMG_FILE"
codesign --verbose=4 --sign "${APPLE_CODESIGN_IDENTITY}" "${DMG_FILE}"
codesign --verbose=4 --timestamp --sign "${APPLE_CODESIGN_IDENTITY}" "${DMG_FILE}"

credentials=(
--apple-id "${APPLE_ID_USERNAME}"
Expand Down

0 comments on commit ccfd806

Please sign in to comment.