feat(shared/hm): add rpc-bridge for wine games to native linux
This commit is contained in:
parent
55bf715bec
commit
dbb5f7a027
2 changed files with 15 additions and 1 deletions
6
shared/home-manager/scripts/games/launch_rpc.sh
Executable file
6
shared/home-manager/scripts/games/launch_rpc.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# This script is to pipe the game's RPC connection
|
||||
# from wine and expose it to Linux processes.
|
||||
|
||||
~/.local/share/scripts/rpc-bridge/bridge.sh ~/.local/share/scripts/games/launch.sh "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue