diff options
Diffstat (limited to 'osx/distribution.xml')
-rw-r--r-- | osx/distribution.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/osx/distribution.xml b/osx/distribution.xml index 024a25bd1..c3218aad3 100644 --- a/osx/distribution.xml +++ b/osx/distribution.xml @@ -2,8 +2,8 @@ <installer-gui-script minSpecVersion="1"> <title>pandoc</title> <organization>net.johnmacfarlane.pandoc</organization> - <domains enable_localSystem="true"/> - <options customize="never" require-scripts="true" rootVolumeOnly="true" /> + <domains enable_localSystem="true" enable_anywhere="true" /> + <options customize="allow" require-scripts="false" rootVolumeOnly="false" /> <!-- Define documents displayed at various steps --> <!-- <welcome file="welcome.html" mime-type="text/html" /> --> <license file="license.html" mime-type="text/html" /> @@ -11,7 +11,7 @@ <options hostArchitectures="x86_64" /> <!-- List all component packages --> <pkg-ref id="net.johnmacfarlane.pandoc" - version="1.13" + version="1.16.0.1" auth="root">pandoc.pkg</pkg-ref> <!-- List them again here. They can now be organized as a hierarchy if you want. --> |