19 lines
803 B
XML
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>
|