-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy path0install-win.xml.template
22 lines (19 loc) · 1.38 KB
/
0install-win.xml.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
<name>Zero Install for Windows</name>
<summary>Windows version of 0install, the decentralized installation system</summary>
<description>This is the Windows version of Zero Install. Zero Install is a cross-platform, decentralized installation system. Instead of having a central repository in which all software is placed under a naming scheme managed by some central authority, programs and libraries in Zero Install are identified by URIs. Anyone who can create a web-page can publish software. Anyone can install software (not just administrators).</description>
<icon href="https://apps.0install.net/0install/0install.png" type="image/png"/>
<icon href="https://apps.0install.net/0install/0install.ico" type="image/vnd.microsoft.icon"/>
<homepage>https://0install.net/</homepage>
<feed-for interface="https://apps.0install.net/0install/0install-win.xml"/>
<group license="LGPL v3 (GNU Lesser General Public License)">
<command name="run" path="0install.exe"/>
<command name="run-gui" path="0install-win.exe"/>
<command name="central" path="ZeroInstall.exe"/>
<implementation version="{version}" local-path="artifacts/Release/net472">
<manifest-digest/>
<archive href="0install-win-{version}.tar.gz"/>
</implementation>
</group>
</interface>