Update previous commit to match another case

This commit is contained in:
Alexandre CATTEAU 2024-01-09 09:43:26 +01:00
parent 512a26ffef
commit 034c623728

View File

@ -126,7 +126,7 @@ checkUpdates() {
continue 1
fi
reg="(kodi-addon-game-libretro).+-((debug))"
reg="(kodi-addon-game).+-((debug))"
if [[ $name =~ $reg ]]; then
echo -e "\nSkipping $name ($version, default exception)."
continue 1