mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-03-23 12:22:42 +01:00
Added additional files for default setup.
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.
This commit is contained in:
@@ -1,14 +1,20 @@
|
||||
###############################################################################
|
||||
# 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.xml to configure the menu
|
||||
# See menu.txt to configure the menu
|
||||
###############################################################################
|
||||
|
||||
###############################################################################
|
||||
# If a menu.xml file exists, it will display the menu alphabetically. To
|
||||
# not auto-sort the menu items alphabetically, set the following to false.
|
||||
# This does not apply to how your ROMs are sorted.
|
||||
# Extensions are comma separated without spaces
|
||||
###############################################################################
|
||||
list.menuSort = true
|
||||
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
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 896 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 9.5 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
2
Package/Environment/Common/launchers/Main.conf
Normal file
2
Package/Environment/Common/launchers/Main.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
executable = %ITEM_FILEPATH%
|
||||
arguments =
|
||||
Reference in New Issue
Block a user