mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
Fix macOS zip so pandoc-server is a symlink.
This cuts its size by 2x.
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ $(BASE)-macOS.pkg: pandoc.pkg
|
||||
|
||||
$(BASE)-macOS.zip: $(DEST)/bin/pandoc-server signed.txt
|
||||
ln -s $(DEST) $(BASE)
|
||||
zip -r $@ $(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 = \"jgm@berkeley.edu\"\n password = \"@env:AC_PASSWORD\"\n}" > $@
|
||||
|
||||
Reference in New Issue
Block a user