mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-25 08:08:55 +01:00
Fixed executable to path variable expansion for the launcher. Added default launcher for Main menu. Just add .bat, .exe, or .sh programs/scripts to your Main's roms directory to add functionality like Kodi, Shutdown, etc.
21 lines
1.0 KiB
Plaintext
21 lines
1.0 KiB
Plaintext
###############################################################################
|
|
# This main collection is intended to be a menu for navigating to other
|
|
# collections (although this can also be configured to list and launch items).
|
|
# See menu.txt to configure the menu
|
|
###############################################################################
|
|
|
|
###############################################################################
|
|
# Extensions are comma separated without spaces
|
|
###############################################################################
|
|
list.extensions = exe,bat,sh
|
|
|
|
###############################################################################
|
|
# Sort menu items alphabetically
|
|
###############################################################################
|
|
list.menuSort = yes
|
|
|
|
###############################################################################
|
|
# The executable to run when an item in a collection item is selected
|
|
###############################################################################
|
|
launcher = Main
|