Session-gated MinIO save sync with AppImage GUI, CLI edit/session flow, and Gitea release helper. Co-authored-by: Cursor <[email protected]>
12 lines
199 B
TOML
12 lines
199 B
TOML
id = "example-game"
|
|
name = "Example Game"
|
|
platform = "steam" # steam | eden | yuzu | other
|
|
versions_to_keep = 5
|
|
paths = [
|
|
"~/path/to/save/dir",
|
|
]
|
|
steam_appid = 0
|
|
process_names = [
|
|
"game.exe",
|
|
]
|