From fcc94c788bc6f021da4df0f2e80ed4cff577d9a2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 8 Dec 2013 10:30:14 -0800 Subject: OSX package: Create .zip rather than .dmg. --- github-upload.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'github-upload.sh') diff --git a/github-upload.sh b/github-upload.sh index 51000ae1d..875d51831 100755 --- a/github-upload.sh +++ b/github-upload.sh @@ -7,8 +7,8 @@ read -s -p "Token (https://github.com/settings/applications): " TOKEN curl -H "Authorization: token $TOKEN" \ -H "Accept: application/vnd.github.manifold-preview" \ -H "Content-Type: application/x-apple-diskimage" \ - --data-binary @$FULLNAME.dmg \ - "https://uploads.github.com/repos/jgm/pandoc/releases/$VERSION/assets?name=$FULLNAME.dmg" + --data-binary @$FULLNAME.pkg.zip \ + "https://uploads.github.com/repos/jgm/pandoc/releases/$VERSION/assets?name=$FULLNAME.pkg.zip" curl -H "Authorization: token $TOKEN" \ -H "Accept: application/vnd.github.manifold-preview" \ -- cgit v1.2.3