mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
update_retroplayer-addons: exclude non-working game addons
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
956f7e3995
commit
27b2b47c60
@ -15,7 +15,14 @@ fi
|
|||||||
# BUMP_PKG_REV: bump PKG_REV if PKG_VERSION has changed
|
# BUMP_PKG_REV: bump PKG_REV if PKG_VERSION has changed
|
||||||
|
|
||||||
# list of packages to exclude from update
|
# 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")"
|
MY_DIR="$(dirname "$0")"
|
||||||
ROOT="$(cd "${MY_DIR}"/../.. && pwd)"
|
ROOT="$(cd "${MY_DIR}"/../.. && pwd)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user