Skip to content

Instantly share code, notes, and snippets.

@WyekS
Last active August 23, 2025 15:31
Show Gist options
  • Save WyekS/450d62f8ca8f09b44bdc70fff24f6244 to your computer and use it in GitHub Desktop.
Save WyekS/450d62f8ca8f09b44bdc70fff24f6244 to your computer and use it in GitHub Desktop.
Launching an Application with a Steam Game's Proton Prefix
### 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