swh:1:snp:3cba5856b0ddc3feab6c3c2d096d614b02c883ec
Raw File
Tip revision: ecaddda2fea374089d867ad17b8b4700b189f397 authored by Brad King on 05 October 2017, 14:40:37 UTC
Merge branch 'cpack-dmg-explicit-hfs' into release-3.10
Tip revision: ecaddda
CPack.distribution.dist.in
<?xml version="1.0" encoding="UTF-8"?>
<installer-gui-script minSpecVersion="1.0">
    <title>@CPACK_PACKAGE_NAME@</title>
    <welcome file="@CPACK_RESOURCE_FILE_WELCOME_NOPATH@"/>
    <readme file="@CPACK_RESOURCE_FILE_README_NOPATH@"/>
    <license file="@CPACK_RESOURCE_FILE_LICENSE_NOPATH@"/>
    <options allow-external-scripts="no" customize="allow" rootVolumeOnly="false"></options>
    @CPACK_PACKAGEMAKER_CHOICES@
</installer-gui-script>
back to top