From 3ea78a9c864c8343f84928060f75eca078710467 Mon Sep 17 00:00:00 2001 From: Minh141120 Date: Sat, 2 Aug 2025 14:51:15 +0700 Subject: [PATCH] chore: notarize bin for mac --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8245e9809a88f..a5db844f2795d 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ else ifeq ($(shell uname -s),Linux) @exit 0 else @echo "Starting notarization for macOS binaries..." - @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 {} \; + @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 {} \; endif package: