-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDOSBox.xml
44 lines (44 loc) · 2.24 KB
/
DOSBox.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-8"?>
<interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://zero-install.sourceforge.net/2004/injector/interface http://0install.de/schema/injector/interface/interface.xsd http://0install.de/schema/desktop-integration/capabilities http://0install.de/schema/desktop-integration/capabilities/capabilities.xsd" uri="http://0install.de/feeds/DOSBox.xml" xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
<name>DOSBox</name>
<summary xml:lang="en">DOS Emulator</summary>
<icon href="https://raw.githubusercontent.com/0install/0install.de-feeds/master/DOSBox.ico" type="image/vnd.microsoft.icon" />
<icon href="https://raw.githubusercontent.com/0install/0install.de-feeds/master/DOSBox.png" type="image/png" />
<category>Utility</category>
<category>Game</category>
<group arch="Windows-*" main="DOSBox.exe">
<command name="resetconf" path="DOSBox.exe">
<arg>-resetconf</arg>
</command>
<command name="opencaptures" path="DOSBox.exe">
<arg>-opencaptures</arg>
<arg>explorer.exe</arg>
</command>
<command name="resetmapper" path="DOSBox.exe">
<arg>-resetmapper</arg>
</command>
<command name="editconf" path="DOSBox.exe">
<arg>-editconf</arg>
<arg>notepad.exe</arg>
</command>
<implementation version="0.74" id="sha1new=1527bf154455184cd70b09075fc8beeb3effb63a">
<manifest-digest sha1new="1527bf154455184cd70b09075fc8beeb3effb63a" sha256="e4312b5cf6a836bbb79322f0694866776c447b2d1cba782515428f71e3a0de7d" sha256new="4QYSWXHWVA3LXN4TELYGSSDGO5WEI6ZNDS5HQJIVIKHXDY5A3Z6Q" />
<archive href="DOSBox-0.74.zip" size="1802205" type="application/zip" />
</implementation>
</group>
<entry-point command="run" binary-name="DOSBox">
<name xml:lang="en">DOSBox</name>
</entry-point>
<entry-point command="editconf">
<name xml:lang="en">DOSBox Options</name>
</entry-point>
<entry-point command="resetconf">
<name xml:lang="en">Reset Options</name>
</entry-point>
<entry-point command="resetmapper">
<name xml:lang="en">Reset Key Mapper</name>
</entry-point>
<entry-point command="opencaptures">
<name xml:lang="en">Screenshots & Recordings</name>
</entry-point>
</interface>