update_retroplayer-addons: handle all game.* addons

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2019-01-27 14:03:45 +01:00
parent 7b11ece9b4
commit dc9ceda279

View File

@ -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