summaryrefslogtreecommitdiff
path: root/packaging/macosx/osx-dmg.sh.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-11-10 21:53:03 +0000
committerGerald Combs <gerald@wireshark.org>2013-11-10 21:53:03 +0000
commitd111d15be282a54d22d312f5ee8c08e6a39996a2 (patch)
tree9511ee12be0c7d2af5f533d780604b498e2eeb59 /packaging/macosx/osx-dmg.sh.in
parent1fc8fd9ba20e74da6116f7daf430329a8d32c4c5 (diff)
downloadwireshark-d111d15be282a54d22d312f5ee8c08e6a39996a2.tar.gz
"productsign" should work now. Remove "codesign".
svn path=/trunk/; revision=53243
Diffstat (limited to 'packaging/macosx/osx-dmg.sh.in')
-rwxr-xr-xpackaging/macosx/osx-dmg.sh.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/macosx/osx-dmg.sh.in b/packaging/macosx/osx-dmg.sh.in
index 4efd39d915..da2686f447 100755
--- a/packaging/macosx/osx-dmg.sh.in
+++ b/packaging/macosx/osx-dmg.sh.in
@@ -163,7 +163,6 @@ if [ -n "$CODE_SIGN_IDENTITY" ] ; then
echo -e "Signing $pkg_file"
mv "$pkg_file" "$pkg_file_unsigned" || exit 1
productsign --sign "Developer ID Installer: $CODE_SIGN_IDENTITY" "$pkg_file_unsigned" "$pkg_file" || exit 1
- codesign --sign "$CODE_SIGN_IDENTITY" --verify "$pkg_file" || exit 1
spctl --assess --type install "$pkg_file" || exit 1
pkgutil --check-signature "$pkg_file" || exit 1
shasum "$pkg_file"