Update to newest moonlight-embedded (2.1.3) and rename libs to lib
This commit is contained in:
parent
2afdf031e9
commit
e31b894b55
|
@ -22,7 +22,7 @@ def build_url(query):
|
|||
return base_url + "?" + urllib.urlencode(query)
|
||||
|
||||
def index():
|
||||
gs = LibGameStream(addon.getAddonInfo("path") + "/libs")
|
||||
gs = LibGameStream(addon.getAddonInfo("path") + "/lib")
|
||||
|
||||
address = addon.getSetting("MOON_SERVER_IP")
|
||||
if address == "0.0.0.0":
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="script.moonlight" name="Moonlight" version="1.0.3" provider-name="dead">
|
||||
<addon id="script.moonlight" name="Moonlight" version="1.0.4" provider-name="dead">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.14.0"/>
|
||||
</requires>
|
||||
|
|
Binary file not shown.
|
@ -4,8 +4,6 @@
|
|||
|
||||
oe_setup_addon script.moonlight
|
||||
|
||||
export LD_LIBRARY_PATH=$ADDON_DIR/libs:$LD_LIBRARY_PATH
|
||||
|
||||
chmod a+x $ADDON_DIR/bin/*
|
||||
|
||||
while [ 1 ]
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
v1.0.4
|
||||
Update to newest moonlight-embedded (2.1.3) and rename libs to lib
|
||||
|
||||
v1.0.2-3
|
||||
Using ctypes instead popen, Fix pairing issue, add thumbnails to game list.
|
||||
|
||||
v1.0.1
|
||||
Add Pair and List Options
|
||||
|
||||
|
|
BIN
script.moonlight/lib/libmoonlight-common.so.0
Normal file
BIN
script.moonlight/lib/libmoonlight-common.so.0
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue