diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-08-14 10:28:14 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-08-14 10:28:14 -0700 |
commit | 5524b5286bd51386b149bfc0846a94aa77dc64db (patch) | |
tree | 6b3e6ecb2bc3d4ac87937092b90af4b4cbc0059d | |
parent | 66361d9eb72bd91c4766134af5c73618e1b1d535 (diff) | |
download | pandoc-5524b5286bd51386b149bfc0846a94aa77dc64db.tar.gz |
Updated osx certificate ID.
-rwxr-xr-x | make_osx_package.sh | 2 |
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" |