Skip to content

Commit

Permalink
Update XML
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomboided committed Oct 20, 2022
1 parent 2a5bd75 commit af307c0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 12 deletions.
33 changes: 21 additions & 12 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.zomboided.plugins" name="Zomboided Add-on Repository" version="1.0.0" provider-name="zomboided">
<extension point="xbmc.addon.repository" name="Zomboided Add-on Repository">
<info>https://raw.githubusercontent.com/zomboided/xbmc.zomboided.plugins/master/addons.xml</info>
<checksum>https://raw.githubusercontent.com/zomboided/xbmc.zomboided.plugins/master/addons.xml.md5</checksum>
<datadir zip="true">https://github.com/zomboided/xbmc.zomboided.plugins/raw/master/plugins/</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Install add-ons from Zomboided repository</summary>
<description lang="en">Add-ons for Kodi</description>
</extension>
</addon>
<addon id="repository.zomboided.plugins" name="Zomboided Add-on Repository" version="1.0.1" provider-name="zomboided">
<requires>
<import addon="xbmc.addon" version="12.0.0"/>
</requires>
<extension point="xbmc.addon.repository" name="Zomboided Add-on Repository">
<dir>
<info compressed="false">https://raw.githubusercontent.com/zomboided/xbmc.zomboided.plugins/master/addons.xml</info>
<checksum>https://raw.githubusercontent.com/zomboided/xbmc.zomboided.plugins/master/addons.xml.md5</checksum>
<datadir zip="true">https://github.com/zomboided/xbmc.zomboided.plugins/raw/master/plugins/</datadir>
</dir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Zomboided Add-on Repository</summary>
<description>This repo contains the add-ons by Zomboided</description>
<disclaimer></disclaimer>
<platform>all</platform>
<assets>
<icon>resources/icon.png</icon>
</assets>
</extension>
</addon>
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
v1.0.1
- Update XML to newer format

v1.0.0
- Initial release
File renamed without changes

0 comments on commit af307c0

Please sign in to comment.