From 06da7be1fdb6dd80238c0131a8d1c903899d5232 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 16 May 2014 21:51:25 -0700 Subject: make_osx_package: Call zip file pandoc-VERSION-osx.zip. The zip should not be named SOMETHING.pkg.zip, or OSX finder will extract it into a folder named SOMETHING.pkg, which it will interpret as a defective package. Closes #1308. --- make_osx_package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make_osx_package.sh b/make_osx_package.sh index 7e9d10c0e..4e93a1a03 100755 --- a/make_osx_package.sh +++ b/make_osx_package.sh @@ -76,8 +76,8 @@ sudo codesign --force --sign "$CODESIGNID" $BASE.pkg spctl --assess --type install $BASE.pkg echo Creating zip... -zip -9 -r $BASE.pkg.zip $BASE.pkg -zip -9 -j -r $BASE.pkg.zip $OSX/uninstall-pandoc.pl +zip -9 -r $BASE-osx.zip $BASE.pkg +zip -9 -j -r $BASE-osx.zip $OSX/uninstall-pandoc.pl # echo Creating disk image... # sudo hdiutil create "$BASE.dmg" \ -- cgit v1.2.3