From 22bf3d6727aa36f6079f89c602c59ba7b71e4475 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 22 Mar 2020 11:13:20 -0700 Subject: Small changes to macos release candidate Makefile. --- macos/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macos') diff --git a/macos/Makefile b/macos/Makefile index aec2a0983..bc9d98c8a 100644 --- a/macos/Makefile +++ b/macos/Makefile @@ -3,7 +3,7 @@ BASE=pandoc-$(VERSION) DEST=pandoc/usr/local ALL=$(BASE)-macOS.pkg $(BASE)-macOS.zip -all: $(ALL) +all: $(ALL) notarize signed.txt: $(DEST) chmod +x $(DEST)/bin/pandoc $(DEST)/bin/pandoc-citeproc @@ -25,7 +25,7 @@ gon.hcl: version.txt echo "notarize {\n path = \"$(BASE)-macOS.pkg\"\n bundle_id = \"org.pandoc.pandoc\"\n staple = true\n}\napple_id {\n username = \"jgm@berkeley.edu\"\n password = \"@env:AC_PASSWORD\"\n}" > $@ notarize: gon.hcl $(BASE)-macOS.pkg - gon -log-level=info ./gon.hcl + gon -log-level=warn ./gon.hcl clean: rm signed.txt $(BASE) pandoc.pkg gon.hcl -- cgit v1.2.3