mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 14:42:07 +02:00
20 lines
462 B
Markdown
20 lines
462 B
Markdown
# protontricks
|
|
|
|
> A simple wrapper that does winetricks things for Proton enabled games, requires Winetricks.
|
|
> 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:
|
|
|
|
`protontricks {{appid}} {{winetricks_args}}`
|
|
|
|
- Run a command within a games installation directory:
|
|
|
|
`protontricks -c {{command}} {{appid}}`
|