Browse Source

Reduce verbosity of staple validate on Mac.

tags/v2.1.0
Andrew Belt 2 years ago
parent
commit
61b247adad
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      Makefile

+ 1
- 2
Makefile View File

@@ -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




Loading…
Cancel
Save