RetroArch/pandora/PXML.xml

33 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<PXML xmlns="http://openpandora.org/namespaces/PXML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PXML_schema.xsd">
<!-- please see http://pandorawiki.org/PXML_specification for more information before editing, and remember the order does matter -->
<application id="retroarch-retroarch-3237" appdata="retroarch">
<exec command="scripts/retroarch.sh"/>
<title lang="en_US">RetroArch</title>
<author name="lifning" website="http://libretro.org/"/>
<version major="0" minor="9" release="6" build="4"/> <!--This programs version-->
<osversion major="1" minor="0" release="0" build="0"/> <!--The minimum OS version required-->
<description lang="en_US">Frontend to libretro</description>
<icon src="icon.png"/>
<previewpics>
<pic src="previews/retroarch.png"/>
</previewpics>
<info name="RetroArch documentation" type="text/html" src="/mnt/utmp/retroarch/readme.html"/>
<categories>
<!-- http://standards.freedesktop.org/menu-spec/latest/apa.html -->
<category name="Game">
<subcategory name="Emulator"/>
</category>
</categories>
</application>
</PXML>