mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-02 03:40:12 +00:00
82bc6c445b
typo
30 lines
1.2 KiB
XML
30 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
<installer-gui-script minSpecVersion="1">
|
|
<title>Lokinet</title>
|
|
<organization>network.loki</organization>
|
|
<domains enable_localSystem="true"/>
|
|
<options customize="never" require-scripts="true" rootVolumeOnly="true" />
|
|
<!-- Define documents displayed at various steps -->
|
|
<welcome file="welcome.html" mime-type="text/html" />
|
|
<license file="license.html" mime-type="text/html" />
|
|
<conclusion file="conclusion.html" mime-type="text/html" />
|
|
<!-- List all component packages -->
|
|
<pkg-ref id="network.loki.lokinet"
|
|
version="0.5"
|
|
auth="root">lokinet.pkg</pkg-ref>
|
|
<!-- List them again here. They can now be organized
|
|
as a hierarchy if you want. -->
|
|
<choices-outline>
|
|
<line choice="network.loki.lokinet"/>
|
|
</choices-outline>
|
|
<!-- Define each choice above -->
|
|
<choice
|
|
id="network.loki.lokinet"
|
|
visible="false"
|
|
title="Lokinet"
|
|
description='Lokinet is a free, open source, private, decentralized, \"market based sybil resistant\" and IP based onion routing network'
|
|
start_selected="true">
|
|
<pkg-ref id="network.loki.lokinet"/>
|
|
</choice>
|
|
</installer-gui-script>
|