From 41a7893b8ef9acb2c5d39474b71ea1614f6a3701 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 22 Aug 2022 12:10:06 -0700 Subject: macos release build: fix zip target. --- macos/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3