mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-15 04:45:49 +01:00
added license tag
This commit is contained in:
parent
4962a9c63b
commit
83213c5561
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="script.xbmcbackup"
|
||||
name="XBMC Backup" version="0.4.2" provider-name="robweber">
|
||||
name="XBMC Backup" version="0.4.3" provider-name="robweber">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.1.0"/>
|
||||
</requires>
|
||||
@ -60,6 +60,7 @@
|
||||
<description lang="zh">你是否经常折腾你的XBMC,因而希望能够有个备份?你可以把资料库、播放列表、缩略图、插件和其他配置细节导出到XBMC可以写入的任意位置。备份可以按需运行或通过计划任务执行。</description>
|
||||
<forum>http://forum.xbmc.org/showthread.php?tid=129499</forum>
|
||||
<source>https://github.com/robweber/xbmcbackup</source>
|
||||
<license>The MIT License</license>
|
||||
<platform>all</platform>
|
||||
<language></language>
|
||||
</extension>
|
||||
|
@ -1,3 +1,7 @@
|
||||
Version 0.4.3
|
||||
|
||||
added license tag
|
||||
|
||||
Version 0.4.2
|
||||
|
||||
Added support for userdata/profiles folder - thanks TUSSFC
|
||||
|
Loading…
Reference in New Issue
Block a user