mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
XargonWan
f6f6a678b6
* Fixed sync path in steam-sync.py * Fix syntax error * Make sync folder hidden * Make sync folder hidden (for real now) * Added boilr_tag parameter after talk with boilr dev * BOILR: set branch to retro for testing purposes * APPDATA: added Steam Sync Warning [skip ci] * BOILR: updated Cargo.toml * Update steam-sync.py with real time sync * Update configurator.sh with steam syncronization * Update retrodeck.sh with steam syncronization --------- Co-authored-by: Lx32 <loxenfabula@gmail.com>
62 lines
896 B
TOML
62 lines
896 B
TOML
debug = false
|
|
config_version = 1
|
|
blacklisted_games = []
|
|
boilr_tag = "retrodeck"
|
|
|
|
[steamgrid_db]
|
|
enabled = true
|
|
prefer_animated = false
|
|
banned_images = []
|
|
only_download_boilr_images = false
|
|
allow_nsfw = false
|
|
|
|
[steam]
|
|
create_collections = false
|
|
optimize_for_big_picture = false
|
|
stop_steam = false
|
|
start_steam = false
|
|
|
|
[bottles]
|
|
enabled = false
|
|
|
|
[epic_games]
|
|
enabled = false
|
|
safe_launch = []
|
|
|
|
[flatpak]
|
|
enabled = false
|
|
|
|
[gog]
|
|
enabled = false
|
|
create_symlinks = true
|
|
|
|
[heroic]
|
|
enabled = false
|
|
launch_games_through_heroic = []
|
|
default_launch_through_heroic = true
|
|
|
|
[itch]
|
|
enabled = false
|
|
create_symlinks = true
|
|
|
|
[legendary]
|
|
enabled = false
|
|
|
|
[lutris]
|
|
enabled = false
|
|
executable = "lutris"
|
|
flatpak = true
|
|
flatpak_image = "net.lutris.Lutris"
|
|
installed = true
|
|
|
|
[origin]
|
|
enabled = false
|
|
|
|
[uplay]
|
|
enabled = false
|
|
|
|
[minigalaxy]
|
|
enabled = true
|
|
create_symlinks = false
|
|
games_folder = "/var/config/boilr/sync/"
|