Last active
August 23, 2025 15:31
-
-
Save WyekS/450d62f8ca8f09b44bdc70fff24f6244 to your computer and use it in GitHub Desktop.
Launching an Application with a Steam Game's Proton Prefix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Launching an Application with a Steam Game's Proton Prefix | |
If you need to run a tool or an executable (`.exe`) that requires the same **Proton** dependencies and configurations as a specific Steam game, you can use the `protontricks-launch` command. | |
--- | |
**Example to open Baldur's Gate 3 Toolkit by using the Proton base game:** | |
```bash | |
protontricks-launch --appid 1086940 "<steam_library_path>/steamapps/common/Baldurs Gate 3 Toolkit/Glasses.exe" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment