From a004216706ef741919f817825843c3d531ff05f3 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 15 Aug 2014 09:51:59 -0700 Subject: make_osx_package: add -osx suffix to package. --- make_osx_package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make_osx_package.sh') diff --git a/make_osx_package.sh b/make_osx_package.sh index c1e1f4ac1..ac6427af1 100755 --- a/make_osx_package.sh +++ b/make_osx_package.sh @@ -60,10 +60,10 @@ echo Creating OSX package... rm -rf $BASE.pkg pkgbuild --root $DIST/pandoc --identifier net.johnmacfarlane.pandoc --version 1.13 --ownership recommended $DIST/pandoc.pkg -productbuild --distribution osx/distribution.xml --resources $DIST/Resources --package-path $DIST --version 1.13 --sign "Developer ID Installer: John Macfarlane" $BASE.pkg +productbuild --distribution osx/distribution.xml --resources $DIST/Resources --package-path $DIST --version 1.13 --sign "Developer ID Installer: John Macfarlane" $BASE-osx.pkg # verify signature -spctl --assess --type install $BASE.pkg +spctl --assess --type install $BASE-osx.pkg # cleanup rm -r $DIST -- cgit v1.2.3