diff options
| author | wuriko <noahfenghom@gmail.com> | 2026-02-01 10:44:46 +0100 |
|---|---|---|
| committer | wuriko <noahfenghom@gmail.com> | 2026-02-01 10:44:46 +0100 |
| commit | f18dfd377971cd54e0560823cfb67199b3ef84a4 (patch) | |
| tree | d8c88b2543cd559c21578d09d7a6a0fdde5287a6 /defaults/assets/fgmod.sh | |
| parent | 70027bd3d662807e19c587d13c8061e48760a4b5 (diff) | |
| download | Decky-Framegen-f18dfd377971cd54e0560823cfb67199b3ef84a4.tar.gz Decky-Framegen-f18dfd377971cd54e0560823cfb67199b3ef84a4.zip | |
fix: disconnect from logging pipe to prevent game process hanging
Diffstat (limited to 'defaults/assets/fgmod.sh')
| -rwxr-xr-x | defaults/assets/fgmod.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/defaults/assets/fgmod.sh b/defaults/assets/fgmod.sh index d48856d..2b8cd76 100755 --- a/defaults/assets/fgmod.sh +++ b/defaults/assets/fgmod.sh @@ -187,6 +187,7 @@ if [[ $# -gt 1 ]]; then # Execute the original command export SteamDeck=0 export WINEDLLOVERRIDES="$WINEDLLOVERRIDES,dxgi=n,b" + exec >/dev/null 2>&1 exec "$@" else echo "Done!" |
