mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
addons: 'disclaimer' support
This commit is contained in:
parent
725aba8db0
commit
9b7cab907b
@ -17,6 +17,9 @@
|
|||||||
<description>
|
<description>
|
||||||
@PKG_LONGDESC@
|
@PKG_LONGDESC@
|
||||||
</description>
|
</description>
|
||||||
|
<disclaimer>
|
||||||
|
@PKG_DISCLAIMER@
|
||||||
|
</disclaimer>
|
||||||
<platform>all</platform>
|
<platform>all</platform>
|
||||||
</extension>
|
</extension>
|
||||||
</addon>
|
</addon>
|
||||||
|
@ -63,6 +63,7 @@ if [ -f $PKG_DIR/addon ]; then
|
|||||||
-e "s|@PKG_SHORTDESC@|$PKG_SHORTDESC|g" \
|
-e "s|@PKG_SHORTDESC@|$PKG_SHORTDESC|g" \
|
||||||
-e "s|@OS_VERSION@|$OS_VERSION|g" \
|
-e "s|@OS_VERSION@|$OS_VERSION|g" \
|
||||||
-e "s|@PKG_LONGDESC@|$PKG_LONGDESC|g" \
|
-e "s|@PKG_LONGDESC@|$PKG_LONGDESC|g" \
|
||||||
|
-e "s|@PKG_DISCLAIMER@|$PKG_DISCLAIMER|g" \
|
||||||
-i $ADDON_BUILD/$PKG_ADDON_ID/addon.xml
|
-i $ADDON_BUILD/$PKG_ADDON_ID/addon.xml
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user