update_retroplayer-addons: exclude game.netplay from updates

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2019-03-01 13:10:35 +01:00
parent 78259e03a0
commit 8fb7fbbaf7

View File

@ -15,7 +15,7 @@ fi
# BUMP_PKG_REV: bump PKG_REV if PKG_VERSION has changed
# list of packages to exclude from update
EXCLUDED_PACKAGES=""
EXCLUDED_PACKAGES="game.netplay"
MY_DIR="$(dirname "$0")"
ROOT="$(cd "${MY_DIR}"/../.. && pwd)"