diff options
author | txtranslation <transifex.translator@gmail.com> | 2016-08-21 00:02:36 +0100 |
---|---|---|
committer | txtranslation <transifex.translator@gmail.com> | 2016-08-21 00:02:36 +0100 |
commit | 59efbe31d60c835ba13c87be4ff40477f1fc8a5a (patch) | |
tree | c7096da8d0dd7b1af7001e2a2e9fbd224288c7c9 | |
parent | 3d652e8d41243546184e857f766ca7b82aaf9c4c (diff) |
[lang][skin.estuary] recover lost part of addon.xml after language update
-rw-r--r-- | addons/skin.estuary/addon.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addons/skin.estuary/addon.xml b/addons/skin.estuary/addon.xml index 1a08c7ad82..d86d2f8043 100644 --- a/addons/skin.estuary/addon.xml +++ b/addons/skin.estuary/addon.xml @@ -109,5 +109,17 @@ <license>CC BY-SA 4.0, GNU GENERAL PUBLIC LICENSE Version 2.0</license> <forum>http://forum.kodi.tv/</forum> <source>https://github.com/xbmc/skin.estuary/</source> + <assets> + <icon>resources/icon.png</icon> + <fanart>resources/fanart.jpg</fanart> + <screenshot>resources/screenshot-01.jpg</screenshot> + <screenshot>resources/screenshot-02.jpg</screenshot> + <screenshot>resources/screenshot-03.jpg</screenshot> + <screenshot>resources/screenshot-04.jpg</screenshot> + <screenshot>resources/screenshot-05.jpg</screenshot> + <screenshot>resources/screenshot-06.jpg</screenshot> + <screenshot>resources/screenshot-07.jpg</screenshot> + <screenshot>resources/screenshot-08.jpg</screenshot> + </assets> </extension> </addon> |