From 61b247adad2b81bceef04de7bd6f1595e7b24665 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 15 Jan 2022 04:24:58 -0500 Subject: [PATCH] Reduce verbosity of staple validate on Mac. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 065bea3b..4a62d4f3 100644 --- a/Makefile +++ b/Makefile @@ -263,8 +263,7 @@ ifdef ARCH_MAC # Mark app as notarized xcrun stapler staple dist/"$(DIST_NAME)".pkg # Check notarization - stapler validate --verbose dist/"$(DIST_NAME)".pkg - spctl --assess --type execute --ignore-cache --no-cache -vv dist/"$(DIST_BUNDLE)" + stapler validate dist/"$(DIST_NAME)".pkg endif