diff options
Diffstat (limited to 'macos')
-rw-r--r-- | macos/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macos/Makefile b/macos/Makefile index bc9d98c8a..25fa7cc6d 100644 --- a/macos/Makefile +++ b/macos/Makefile @@ -6,9 +6,8 @@ ALL=$(BASE)-macOS.pkg $(BASE)-macOS.zip all: $(ALL) notarize signed.txt: $(DEST) - chmod +x $(DEST)/bin/pandoc $(DEST)/bin/pandoc-citeproc + chmod +x $(DEST)/bin/pandoc codesign --force --options runtime -s "5U2WKE6DES" $(DEST)/bin/pandoc - codesign --force --options runtime -s "5U2WKE6DES" $(DEST)/bin/pandoc-citeproc echo "SIGNED" > signed.txt pandoc.pkg: signed.txt |