[]
# Default proton version if the template nor the profile specify one
= "/path/to/proton"
[[]]
= "template1"
= "/path/to/proton1"
# A profile is... a profile
# It contains the information needed to run an application or a game.
[[]]
= "profile1"
= "template1"
= "umu-123456"
# Executable path and arguments to run the game. it can be overridden in the CLI when using `umu-wrapper run`
= "/path/to/exe1"
# Arguments are optional
= ["arg1", "arg2"]