Fixes to 'notarize' target to preserve hardened runtime.
This commit is contained in:
parent
c173668938
commit
36cdaa4845
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ all: $(ALL)
|
||||||
|
|
||||||
signed.txt: $(DEST)
|
signed.txt: $(DEST)
|
||||||
chmod +x $(DEST)/bin/pandoc $(DEST)/bin/pandoc-citeproc
|
chmod +x $(DEST)/bin/pandoc $(DEST)/bin/pandoc-citeproc
|
||||||
codesign -v $(DEST)/bin/pandoc || codesign -s "5U2WKE6DES" $(DEST)/bin/pandoc
|
codesign --force --options runtime -s "5U2WKE6DES" $(DEST)/bin/pandoc
|
||||||
codesign -v $(DEST)/bin/pandoc-citeproc || codesign -s "5U2WKE6DES" $(DEST)/bin/pandoc-citeproc
|
codesign --force --options runtime -s "5U2WKE6DES" $(DEST)/bin/pandoc-citeproc
|
||||||
echo "SIGNED" > signed.txt
|
echo "SIGNED" > signed.txt
|
||||||
|
|
||||||
pandoc.pkg: signed.txt
|
pandoc.pkg: signed.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue