diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2014-08-15 09:51:59 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2014-08-15 09:51:59 -0700 |
| commit | a004216706ef741919f817825843c3d531ff05f3 (patch) | |
| tree | e8cda3d3ef0395c1c6bd360a6daffcebd50edadf | |
| parent | 2b6e8f4c83e12d5534d7c21a0882a9f4c1e3cb1d (diff) | |
| download | pandoc-a004216706ef741919f817825843c3d531ff05f3.tar.gz | |
make_osx_package: add -osx suffix to package.
| -rwxr-xr-x | make_osx_package.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
