Skip to content

Commit

Permalink
make_osx_package: add -osx suffix to package.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Aug 15, 2014
1 parent 2b6e8f4 commit a004216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make_osx_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a004216

Please sign in to comment.