summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-14 10:28:14 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-14 10:28:14 -0700
commit5524b5286bd51386b149bfc0846a94aa77dc64db (patch)
tree6b3e6ecb2bc3d4ac87937092b90af4b4cbc0059d
parent66361d9eb72bd91c4766134af5c73618e1b1d535 (diff)
Updated osx certificate ID.
-rwxr-xr-xmake_osx_package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_osx_package.sh b/make_osx_package.sh
index a3fb34f5d..f87268e71 100755
--- a/make_osx_package.sh
+++ b/make_osx_package.sh
@@ -10,7 +10,7 @@ OSX=osx
SCRIPTS=$OSX/osx-resources
BASE=pandoc-$VERSION
ME=$(whoami)
-CODESIGNID="Developer ID Application: John Macfarlane"
+CODESIGNID="3rd Party Mac Developer Application: John Macfarlane"
PACKAGEMAKER=/Applications/PackageMaker.app/Contents/MacOS/PackageMaker
EXES="pandoc pandoc-citeproc"