1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/protontricks.md

21 lines
463 B
Markdown
Raw Normal View History

2020-10-05 10:54:17 +02:00
# protontricks
> A simple wrapper that does Winetricks things for Proton enabled games, requires Winetricks.
2020-10-05 10:54:17 +02:00
> More information: <https://github.com/Matoking/protontricks>.
- Show the protontricks help message:
`protontricks`
- Run the protontricks GUI:
`protontricks --gui`
- Run Winetricks for a specific game:
2020-10-05 10:54:17 +02:00
`protontricks {{appid}} {{winetricks_args}}`
- Run a command within a game's installation directory:
2020-10-05 10:54:17 +02:00
`protontricks -c {{command}} {{appid}}`