aboutsummaryrefslogtreecommitdiff
path: root/macos/make_macos_package.sh
diff options
context:
space:
mode:
Diffstat (limited to 'macos/make_macos_package.sh')
-rwxr-xr-xmacos/make_macos_package.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/macos/make_macos_package.sh b/macos/make_macos_package.sh
index f5262e1d5..5b66afd25 100755
--- a/macos/make_macos_package.sh
+++ b/macos/make_macos_package.sh
@@ -59,15 +59,15 @@ $PANDOC --data data -t html5 -s COPYING.md -Vpagetitle="License" -o $RESOURCES/l
# make sure it's valid... returns nonzero exit code if it isn't:
#spctl --assess --type execute $DEST/bin/pandoc
-echo Creating MacOS package...
+echo Creating macOS package...
sed -e "s/PANDOCVERSION/$VERSION/" $MACOS/distribution.xml.in > $MACOS/distribution.xml
pkgbuild --root $ROOT --identifier net.johnmacfarlane.pandoc --version $VERSION --ownership recommended $DIST/pandoc.pkg
-productbuild --distribution $MACOS/distribution.xml --resources $DIST/Resources --package-path $DIST --version $VERSION --sign "${DEVELOPER_ID_INSTALLER}" $BASE-MacOS.pkg
+productbuild --distribution $MACOS/distribution.xml --resources $DIST/Resources --package-path $DIST --version $VERSION --sign "${DEVELOPER_ID_INSTALLER}" $BASE-macOS.pkg
# verify signature
-spctl --assess --type install $BASE-MacOS.pkg
+spctl --assess --type install $BASE-macOS.pkg
# cleanup
rm -r $DIST