Skip to content

Commit 2f35452

Browse files
authored
Merge pull request #190 from menloresearch/chore/notarize-bin-exec-mac
chore: notarize bin for mac
2 parents 76abad0 + 3ea78a9 commit 2f35452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ else ifeq ($(shell uname -s),Linux)
6363
@exit 0
6464
else
6565
@echo "Starting notarization for macOS binaries..."
66-
@find build/bin -type f -exec env QUILL_NOTARY_KEY_ID="$(QUILL_NOTARY_KEY_ID)" QUILL_NOTARY_ISSUER="$(QUILL_NOTARY_ISSUER)" QUILL_NOTARY_KEY="$(QUILL_NOTARY_KEY)" quill notarize {} \;
66+
@find build/bin -type f -executable -exec env QUILL_NOTARY_KEY_ID="$(QUILL_NOTARY_KEY_ID)" QUILL_NOTARY_ISSUER="$(QUILL_NOTARY_ISSUER)" QUILL_NOTARY_KEY="$(QUILL_NOTARY_KEY)" quill notarize {} \;
6767
endif
6868

6969
package:

0 commit comments

Comments
 (0)