balena-cli/release/installers/osx/distribution.xml

31 lines
929 B
XML
Raw Normal View History

2015-02-27 13:05:11 +00:00
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-gui-script minSpecVersion="1">
<title>Resin CLI</title>
<organization>io.resin</organization>
<domains enable_localSystem="true" />
<options customize="never" require-scripts="true" />
<!-- Define documents displayed at various steps -->
<welcome file="welcome.txt" mime-type="text/plain" />
<license file="license.txt" mime-type="text/plain" />
<conclusion file="conclusion.txt" mime-type="text/plain" />
<!-- List all component packages -->
<pkg-ref id="io.resin.cli">cli.pkg</pkg-ref>
<!-- List them again here -->
<choices-outline>
<line choice="io.resin.cli" />
</choices-outline>
<!-- Define each choice above -->
<choice
id="io.resin.cli"
visible="false"
title="Resin CLI"
description="The Resin CLI tool"
start_selected="true">
<pkg-ref id="io.resin.cli" />
</choice>
</installer-gui-script>