Skip to content

Commit

Permalink
added: mark that add-on uses url encoded hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
notspiff committed Oct 17, 2018
1 parent f6ac197 commit b070d63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vfs.libarchive/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="vfs.libarchive"
version="1.0.0"
version="1.0.1"
name="Archive support"
provider-name="spiff">
<requires>@ADDON_DEPENDS@</requires>
Expand All @@ -12,6 +12,7 @@
files="true"
directories="true"
filedirectories="true"
encodedhostname="true"
library_@PLATFORM@="@LIBRARY_FILENAME@" />
<extension point="xbmc.addon.metadata">
<summary lang="en">Archive support</summary>
Expand Down

0 comments on commit b070d63

Please sign in to comment.