cubeboot icon indicating copy to clipboard operation
cubeboot copied to clipboard

Add default_folder config setting

Open wins1ey opened this issue 2 months ago • 0 comments

Set the default folder in cubeboot.ini with the key default_folder. Example:

default_folder = games

Cubeboot will start with that folder open instead of /.

All of these opened the games folder on boot correctly:

default_folder = games
default_folder = games/
default_folder = /games
default_folder = /games/

Recreated this PR upstream here from https://github.com/makeo/cubiboot/pull/2

wins1ey avatar Nov 08 '25 23:11 wins1ey