mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 11:16:33 +00:00
OSX package: Create .zip rather than .dmg.
This commit is contained in:
+2
-2
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user