forked from snappy46/TOFULinux-Maintenance-Tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
executable file
·21 lines (21 loc) · 1.13 KB
/
addon.xml
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" standalone="yes"?>
<addon id="script.module.tofulinux.tool" name="TOFULinux Tool" version="1.0.0" provider-name="snappy46">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
</requires>
<extension point="xbmc.python.script" library="main.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Tofu-Linux XIOS Maintenance Tool</summary>
<description lang="en">This addon provide for firmware update of Pivos devices running TOFULinux OS 080115 or later, clearing of the cache and factory reset.</description>
<description lang="fr">Cet addiciel permet la mise à jour du micrologiciel des appareils Pivos avec TOFULinux OS 080115 ou plus tard,effacer la partition de cache et réinitialisation initiale .</description>
<license>GNU General Public License, v2</license>
<language></language>
<forum></forum>
<source>https://github.com/snappy46/TOFULinux-Maintenance-Tool.git</source>
<email>[email protected]</email>
</extension>
</addon>