-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path0bootstrap-dotnet.xml.template
More file actions
21 lines (18 loc) · 1013 Bytes
/
0bootstrap-dotnet.xml.template
File metadata and controls
21 lines (18 loc) · 1013 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
<name>0bootstrap - .NET version</name>
<summary>generates executable that installs 0install itself along with launcher for a 0install app</summary>
<description>0bootstrap generates a executable that installs 0install itself along with a launcher for a 0install app.</description>
<homepage>https://docs.0install.net/tools/0bootstrap/</homepage>
<needs-terminal/>
<feed-for interface="https://apps.0install.net/0install/0bootstrap-dotnet.xml"/>
<group license="LGPL v3 (GNU Lesser General Public License)">
<command name="run" path="0bootstrap.exe">
<runner command="run" interface="https://apps.0install.net/dotnet/clr.xml" version="4.8.."/>
</command>
<implementation version="{version}" local-path="artifacts/Release/net48">
<manifest-digest/>
<archive href="0bootstrap-dotnet-{version}.tar.zst"/>
</implementation>
</group>
</interface>