mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
update_retroplayer-addons: handle all game.* addons
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
7b11ece9b4
commit
dc9ceda279
@ -113,7 +113,7 @@ for addontxt in "binary-addons https://github.com/kodi-game/repo-binary-addons.g
|
||||
for addon in $ADDONS.git/*.*/ ; do
|
||||
GAME_ADDON=$(basename ${addon})
|
||||
|
||||
[[ "${GAME_ADDON}" =~ ^game.libretro ]] || continue
|
||||
[[ "${GAME_ADDON}" =~ ^game. ]] || continue
|
||||
|
||||
if ! grep -q all $addon/platforms.txt && ! grep -q linux $addon/platforms.txt && ! grep -q ! $addon/platforms.txt; then
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user