mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 23:47:49 +00:00
image: rename group games and emulators
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
4e04006fc3
commit
bcebf79549
@ -100,9 +100,9 @@ case "$2" in
|
|||||||
# Update support
|
# Update support
|
||||||
[ "$INSTALLER_SUPPORT" = yes ] && $SCRIPTS/install installer
|
[ "$INSTALLER_SUPPORT" = yes ] && $SCRIPTS/install installer
|
||||||
|
|
||||||
# Games support
|
# Games and Emulators support (SDK's)
|
||||||
[ "$GAMES" = yes ] && $SCRIPTS/install games
|
[ "$GAMES" = yes ] && $SCRIPTS/install games-sdk
|
||||||
[ "$EMULATORS" = yes ] && $SCRIPTS/install emulators
|
[ "$EMULATORS" = yes ] && $SCRIPTS/install emulators-sdk
|
||||||
|
|
||||||
# Devtools... (not for Release)
|
# Devtools... (not for Release)
|
||||||
[ "$TESTING" = yes ] && $SCRIPTS/install testing
|
[ "$TESTING" = yes ] && $SCRIPTS/install testing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user