summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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