swetoast / steamlink-launcher

Steamlink launcher for OSMC
GNU General Public License v2.0
155 stars 19 forks source link

Line 4 error stopping installation for 0.0.7a #23

Closed sagaciouszu closed 3 years ago

sagaciouszu commented 3 years ago

There's an errant quotation in line 4 of addon.xml that stops installation on OSMC.

<import addon="xbmc.python" version="3.0.0""/>

Removing the errant one,

<import addon="xbmc.python" version="3.0.0"/>

and the install passes with no errors.

swetoast commented 3 years ago

havent pushed a new version but you can always use master for the fix will push when i got some time over