aboutsummaryrefslogtreecommitdiff
path: root/macos/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'macos/Makefile')
-rw-r--r--macos/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/macos/Makefile b/macos/Makefile
index 216ccbee5..99e988403 100644
--- a/macos/Makefile
+++ b/macos/Makefile
@@ -27,12 +27,6 @@ $(BASE)-macOS.zip: $(DEST)/bin/pandoc-server $(DEST)/bin/pandoc-lua signed.txt
mv $(DEST) $(BASE)
zip --symlinks -r $@ $(BASE)
-# 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 = \"[email protected]\"\n password = \"@env:AC_PASSWORD\"\n}" > $@
-
-#notarize: gon.hcl $(BASE)-macOS.pkg
-# gon -log-level=warn ./gon.hcl
-
notarize: $(BASE)-macOS.pkg
xcrun notarytool submit $< --keychain-profile=pandoc --wait && \
xcrun stapler staple $<