mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
update_retroplayer-addons: exclude non-working game addons
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
959b75da79
commit
d209e704ab
@ -15,7 +15,14 @@ fi
|
||||
# BUMP_PKG_REV: bump PKG_REV if PKG_VERSION has changed
|
||||
|
||||
# list of packages to exclude from update
|
||||
EXCLUDED_PACKAGES="game.netplay"
|
||||
EXCLUDED_PACKAGES="game.libretro.chailove
|
||||
game.libretro.fbalpha2012
|
||||
game.libretro.lutro
|
||||
game.libretro.parallel_n64
|
||||
game.libretro.pcem
|
||||
game.libretro.theodore
|
||||
game.netplay
|
||||
game.shader.presets"
|
||||
|
||||
MY_DIR="$(dirname "$0")"
|
||||
ROOT="$(cd "${MY_DIR}"/../.. && pwd)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user