cli/build/macOS/distribution.xml
Paul aeb0ac74ec
Update choice title
Co-authored-by: Andy Feller <andyfeller@github.com>
2024-05-21 18:26:03 +02:00

19 lines
803 B
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="1">
<title>GitHub CLI</title>
<license file="LICENSE" mime-type="text/plain"/>
<options hostArchitectures="arm64,x86_64" customize="never" require-scripts="false" allow-external-scripts="false"/>
<domains enable_localSystem="true"/>
<choices-outline>
<line choice="gh-cli"/>
</choices-outline>
<choice id="gh-cli" title="GitHub CLI (universal)">
<pkg-ref id="com.github.cli.pkg"/>
</choice>
<pkg-ref id="com.github.cli.pkg" auth="Root" packageIdentifier="com.github.cli">#com.github.cli.pkg</pkg-ref>
<pkg-ref id="com.github.cli.pkg" auth="Root" packageIdentifier="com.github.cli">
<bundle-version/>
</pkg-ref>
</installer-gui-script>