diff options
Diffstat (limited to 'make_osx_package.sh')
-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 293599d47..200702a0a 100755 --- a/make_osx_package.sh +++ b/make_osx_package.sh @@ -49,7 +49,7 @@ cp man/pandoc.1 $DEST/share/man/man1/ chown -R $ME:staff $DIST echo Copying license... -$OSX/pandoc --data data -t html5 -s COPYING -o $RESOURCES/license.html +$OSX/pandoc --data data -t html5 -s COPYING.md -o $RESOURCES/license.html # Removing executable signing because of a problem that arose in El Capitan # "source=obsolete resource envelope" |