Add protontricks-launch to run .exes via commandline (#1885)

This is a partner script to `/usr/bin/protontricks` to be able to run .exes via commandline.
This commit is contained in:
termdisc 2024-11-15 23:07:43 -06:00 committed by GitHub
parent afd8c23606
commit 39c1a87fe0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,2 @@
#!/usr/bin/bash
/usr/bin/flatpak run --command=protontricks-launch com.github.Matoking.protontricks "$@"