aboutsummaryrefslogtreecommitdiff
path: root/macos
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-08-22 12:10:06 -0700
committerJohn MacFarlane <[email protected]>2022-08-22 12:10:06 -0700
commit41a7893b8ef9acb2c5d39474b71ea1614f6a3701 (patch)
treef1391932cac8bba339f3d11a3a72bbbc9b8beeac /macos
parent3040c2c42c3814a2697b0e3dbff1a23389bf8521 (diff)
macos release build: fix zip target.
Diffstat (limited to 'macos')
-rw-r--r--macos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/macos/Makefile b/macos/Makefile
index 3f3ea4293..b97b9965f 100644
--- a/macos/Makefile
+++ b/macos/Makefile
@@ -20,7 +20,7 @@ $(BASE)-macOS.pkg: pandoc.pkg
productbuild --distribution distribution.xml --resources Resources --package-path $< --version $(VERSION) --sign 'Developer ID Installer: John Macfarlane' $@
$(BASE)-macOS.zip: $(DEST)/bin/pandoc-server signed.txt
- ln -s $(DEST) $(BASE)
+ mv $(DEST) $(BASE)
zip --symlinks -r $@ $(BASE)
gon.hcl: version.txt