mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-23 15:32:22 +00:00
31 lines
929 B
XML
31 lines
929 B
XML
|
<?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>
|