make_osx_package: Don't hardcode jgm, use whoami.
This commit is contained in:
parent
9ae10b4352
commit
220e3816a0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ ROOT=$DIST/pandoc
|
|||
DEST=$ROOT/usr/local
|
||||
SCRIPTS=osx-resources
|
||||
BASE=pandoc-$VERSION
|
||||
ME=jgm
|
||||
ME=$(whoami)
|
||||
CODESIGNID="Developer ID Application: John Macfarlane"
|
||||
PACKAGEMAKER=/Applications/PackageMaker.app/Contents/MacOS/PackageMaker
|
||||
EXES="pandoc pandoc-citeproc biblio2yaml"
|
||||
|
|
Loading…
Add table
Reference in a new issue