Skip to content

Commit ccd8814

Browse files
committed
fix(release): update macOS designated requirements
dist/apple/quick-lint-js.csreq is still referencing the old certificate. This means that our signed builds fail 'codesign -v' verification. Update our .csreq with the new certificate introduced in commit fad01e7.
1 parent fc36a22 commit ccd8814

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dist/apple/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ This directory contains files related to distribution on Apple operating systems
55

66
`quick-lint-js.csreq` is generated from the following command:
77

8-
$ csreq -r <(printf 'identifier "quick-lint-js" and certificate leaf = H"%s"\n' "$(shasum -a 1 ./dist/certificates/quick-lint-js.cer | cut -c1-40)") -b dist/apple/quick-lint-js.csreq
8+
$ csreq -r <(printf 'identifier "quick-lint-js" and certificate leaf = H"%s"\n' "$(openssl x509 -in ./dist/certificates/quick-lint-js.crt -outform der | shasum -a 1 | cut -c1-40)") -b dist/apple/quick-lint-js.csreq

dist/apple/quick-lint-js.csreq

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)