From 733cc31ee75092349c030bd85edf8c188fa8a4f5 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 8 Dec 2024 01:31:25 +0200 Subject: [PATCH] protontricks: add launch command (#15016) Co-authored-by: Wiktor Perskawiec --- pages/linux/protontricks.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/protontricks.md b/pages/linux/protontricks.md index dc14615a4..2aa90fcc6 100644 --- a/pages/linux/protontricks.md +++ b/pages/linux/protontricks.md @@ -23,6 +23,10 @@ `protontricks -s {{game_name}}` +- Run an executable in the proton environment of a specific game: + +`protontricks-launch --appid {{appid}} {{path/to/executable.exe}}` + - Display help: `protontricks --help`