Commit 726822f 1 parent bcb346f commit 726822f Copy full SHA for 726822f
File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,18 @@ $(BASE)-macOS.zip: $(DEST)/bin/pandoc-server $(DEST)/bin/pandoc-lua signed.txt
27
27
mv $(DEST ) $(BASE )
28
28
zip --symlinks -r $@ $(BASE )
29
29
30
- gon.hcl : version.txt
31
- 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}" > $@
30
+ # gon.hcl: version.txt
31
+ # 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}" > $@
32
32
33
- notarize : gon.hcl $(BASE ) -macOS.pkg
34
- gon -log-level=warn ./gon.hcl
33
+ # notarize: gon.hcl $(BASE)-macOS.pkg
34
+ # gon -log-level=warn ./gon.hcl
35
+
36
+ notarize : $(BASE ) -macOS.pkg
37
+ xcrun notarytool submit $< --keychain-profile=pandoc --wait && \
38
+ xcrun stapler staple $<
35
39
36
40
clean :
37
- rm signed.txt $(BASE ) pandoc.pkg gon.hcl
41
+ rm signed.txt $(BASE ) pandoc.pkg # gon.hcl
38
42
39
43
distclean : clean
40
44
rm $(ALL )
You can’t perform that action at this time.
0 commit comments